diff --git a/tests/test_issue4768_cron_module_missing.py b/tests/test_issue4768_cron_module_missing.py index 4a6df57ef..cae1d879c 100644 --- a/tests/test_issue4768_cron_module_missing.py +++ b/tests/test_issue4768_cron_module_missing.py @@ -8,7 +8,6 @@ guard, so a ``ModuleNotFoundError`` bubbled up as a 500 and broke the whole tab. The fix degrades gracefully: an empty job list with a ``cron_unavailable`` flag. """ import pathlib -import re REPO = pathlib.Path(__file__).resolve().parent.parent ROUTES = (REPO / "api" / "routes.py").read_text(encoding="utf-8")