From be894353df8e6bd0993ee4658e5cb26e4270857a Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Wed, 1 Jul 2026 15:44:31 +0000 Subject: [PATCH] test: drop unused pytest import (ruff F401) --- tests/test_issue5345_clarify_toast_and_interrupt_provenance.py | 2 -- 1 file changed, 2 deletions(-) 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")