mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-20 14:40:35 +00:00
test(#4768): drop unused 're' import (ruff F401)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user