Fix mypy complaint

This commit is contained in:
Raffson 2023-10-15 20:03:17 +02:00
parent d6ba45a42b
commit b0047784dc
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -86,7 +86,7 @@ def capture_fuzz_failures(solver: IpSolver) -> Iterator[None]:
WaypointSolverTestCaseReducer(
solver.debug_output_directory, test_case_directory
).reduce()
ex.add_note(f"Reduced test case was written to {test_case_directory}") # type: ignore
ex.add_note(f"Reduced test case was written to {test_case_directory}")
raise