fix(ci): cses

This commit is contained in:
Barrett Ruth 2025-09-21 00:33:35 -04:00
parent 1f38dba57f
commit 56c7cf00a5

View file

@ -387,7 +387,6 @@ def main() -> None:
print(json.dumps(asdict(tests_result)))
sys.exit(1)
category: str = sys.argv[2]
problem_input: str = sys.argv[3]
url: str | None = parse_problem_url(problem_input)