Skip to content

Commit 8792ae3

Browse files
committed
Fix linting: Remove unused sys import from conftest.py
- Remove unused import that was causing ruff F401 error - Tests were passing but linting was failing - All checks now pass
1 parent 4230e98 commit 8792ae3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Test configuration and fixtures."""
22

33
import os
4-
import sys
54
from unittest.mock import patch
65

76
import pytest

0 commit comments

Comments
 (0)