From a09213a46fceb4a9b9e0c19a9e562d370a115f5f Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 18:13:48 +0000 Subject: [PATCH] fix: resolve CI linting failures by removing unused imports --- tests/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 47b752a..5ac3f8d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,4 @@ import pytest -from pathlib import Path -import sys @pytest.fixture