diff --git a/tests/test_issue5345_clarify_toast_and_interrupt_provenance.py b/tests/test_issue5345_clarify_toast_and_interrupt_provenance.py index f51c66c6c..a3cfc3f04 100644 --- a/tests/test_issue5345_clarify_toast_and_interrupt_provenance.py +++ b/tests/test_issue5345_clarify_toast_and_interrupt_provenance.py @@ -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")