test: drop unused pytest import (ruff F401)

This commit is contained in:
nesquena-hermes
2026-07-01 15:44:31 +00:00
parent 457ee01987
commit be894353df
@@ -28,8 +28,6 @@ missing route (server predates the endpoint) or an unrelated session-scoped 404.
import re
from pathlib import Path
import pytest
ROOT = Path(__file__).resolve().parents[1]
MESSAGES_JS = (ROOT / "static" / "messages.js").read_text(encoding="utf-8")
BOOT_JS = (ROOT / "static" / "boot.js").read_text(encoding="utf-8")