Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
import pytest
|
||||
from unittest.mock import MagicMock, patch
|
||||
import numpy as np
|
||||
import sqlite3
|
||||
|
||||
from shell_history_search.core import SearchEngine, SearchResult, IndexingService
|
||||
from shell_history_search.core import SearchEngine, SearchResult
|
||||
from shell_history_search.db import init_database
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user