Skip to content

Commit b40df0f

Browse files
fix(valkey): remove unused noqa directive flagged by ruff
1 parent a5c6440 commit b40df0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/valkey/tests/test_document_store_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
pytest.importorskip("haystack.testing.document_store_async", reason="Requires haystack with async mixin test classes")
1414

15-
from haystack.testing.document_store import ( # noqa: E402
15+
from haystack.testing.document_store import (
1616
CountDocumentsByFilterAsyncTest,
1717
CountUniqueMetadataByFilterAsyncTest,
1818
UpdateByFilterAsyncTest,

0 commit comments

Comments
 (0)