Skip to content

Commit 194eef7

Browse files
committed
fix tests
1 parent d9af161 commit 194eef7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_integration.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
from urllib.parse import urlparse
1818
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))
1919

20-
# Tests add `src` at runtime for imports so static analyzers may incorrectly
21-
# report missing `queryweaver` — silence that with import-error here.
22-
# pylint: disable=import-error
23-
from queryweaver import QueryWeaverClient, create_client
20+
from queryweaver import QueryWeaverClient, create_client # pylint: disable=import-error
2421

2522

2623
def _is_falkordb_reachable(url: str) -> bool:

0 commit comments

Comments
 (0)