correct annotation

This commit is contained in:
Stefan Harmuth 2021-12-14 22:14:39 +01:00
parent a507b004f9
commit 1c83a41fd2

View File

@ -112,7 +112,7 @@ class AOCDay:
return return_array
def printSolution(day: int, part: int, solution: Any, test: bool = None, test_case: int = 0, exec_time: float = None):
def printSolution(day: int, part: int, solution: Any, test: Any = None, test_case: int = 0, exec_time: float = None):
if exec_time is None:
time_output = ""
else: