From d8ce0a6c249d1b785fbbb16b268336b31212575f Mon Sep 17 00:00:00 2001 From: Raffson Date: Sun, 15 Oct 2023 20:56:30 +0200 Subject: [PATCH] Revert "Fix mypy complaint" This reverts commit b0047784dc7b5fde70b6d27da6ca9c3e2fd5428b. --- tests/flightplan/test_ipsolver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/flightplan/test_ipsolver.py b/tests/flightplan/test_ipsolver.py index ec03c9a4..efabc34b 100644 --- a/tests/flightplan/test_ipsolver.py +++ b/tests/flightplan/test_ipsolver.py @@ -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}") + ex.add_note(f"Reduced test case was written to {test_case_directory}") # type: ignore raise