Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Jan 16, 2024
1 parent ceecf38 commit eda4d93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integrations/weaviate/tests/test_document_store.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from unittest.mock import patch, MagicMock
from unittest.mock import MagicMock, patch

import pytest
from haystack.testing.document_store import CountDocumentsTest, WriteDocumentsTest
from haystack_integrations.document_stores.weaviate.document_store import WeaviateDocumentStore
from weaviate.auth import AuthApiKey
from weaviate.config import Config
Expand Down

0 comments on commit eda4d93

Please sign in to comment.