From d124223f91c7b7273837aa0db749e8eaf58f977b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 18:23:37 +0000 Subject: [PATCH] Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files --- tests/test_parsers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_parsers.py b/tests/test_parsers.py index 940d5d5..f8ed9ca 100644 --- a/tests/test_parsers.py +++ b/tests/test_parsers.py @@ -1,5 +1,4 @@ import pytest -from pathlib import Path from shell_history_search.parsers import HistoryEntry from shell_history_search.parsers.bash import BashHistoryParser @@ -140,4 +139,4 @@ class TestHistoryEntry: assert hash1 == hash2 assert hash1 != hash3 - assert len(hash1) == 16 \ No newline at end of file + assert len(hash1) == 16