Skip to content

Commit

Permalink
remove typehint which is incompatible with python < 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
schroeding committed Dec 2, 2024
1 parent 9b5b96f commit e7c3b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/test_core_assignment_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


def expect_assignment(
number_cores: int, expected_assignment: list, max_threads: int | None = None
number_cores: int, expected_assignment: list, max_threads=None
) -> callable:
"""
Add a new test case "test_(number_cores)_cores", which checks if the results match the expected assignment
Expand Down

0 comments on commit e7c3b0a

Please sign in to comment.