Skip to content

Commit 7484dbd

Browse files
committed
tidy
1 parent e3481b6 commit 7484dbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/connectors/weaviate/test_cloud.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import pytest
22

33
from test.integration.connectors.utils.constants import DESTINATION_TAG, VECTOR_DB_TAG
4-
from unstructured_ingest.error import DestinationConnectionError, ValueError as IngestValueError
4+
from unstructured_ingest.error import DestinationConnectionError
5+
from unstructured_ingest.error import ValueError as IngestValueError
56
from unstructured_ingest.processes.connectors.weaviate.cloud import (
67
CONNECTOR_TYPE,
78
CloudWeaviateAccessConfig,

0 commit comments

Comments
 (0)