fix: remove unused pytest import in test_signalid_match

Removed unused `import pytest` from line 5. The file uses no pytest
fixtures, marks, or raises, making this import dead code and causing
an F401 lint violation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
James Smith
2026-07-03 08:21:50 +01:00
parent 115dffd18e
commit 5f1d38282c
-2
View File
@@ -2,8 +2,6 @@
from __future__ import annotations
import pytest
class TestLoadSignals:
def test_returns_list(self):