test(#4768): drop unused 're' import (ruff F401)

This commit is contained in:
nesquena-hermes
2026-06-24 09:29:15 +00:00
parent 054e39151b
commit 77b59f7c85
@@ -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")