correct annotation
This commit is contained in:
parent
a507b004f9
commit
1c83a41fd2
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user