Skip to content

Commit

Permalink
fixed wrong type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
schroeding committed Dec 1, 2024
1 parent 93199de commit 9b5b96f
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 @@ -30,7 +30,7 @@ def expect_assignment(
@param: max_threads the max number of threads which can be used, or None if unlimited
"""

def class_decorator(c: TestCpuCoresPerRun) -> callable:
def class_decorator(c) -> callable:
def decorator_test_number_cores(self):
self._test_nCoresPerRun(number_cores, expected_assignment, max_threads)

Expand Down

0 comments on commit 9b5b96f

Please sign in to comment.