type error for testing CI

This commit is contained in:
beauxq
2024-04-16 01:38:40 -07:00
parent 273f723514
commit 99f65f3dad

View File

@@ -4,7 +4,7 @@ import sys
config = Path(__file__).parent / "pyright-config.json"
command = ("pyright", "-p", str(config))
command: int = ("pyright", "-p", str(config))
print(" ".join(command))
try: