mirror of
https://github.com/smittix/intercept.git
synced 2026-07-03 23:33:38 -07:00
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:
@@ -2,8 +2,6 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
class TestLoadSignals:
|
||||
def test_returns_list(self):
|
||||
|
||||
Reference in New Issue
Block a user