Skip to content

Commit f0be78c

Browse files
authored
bug: remove useless import in conftest.py (#3362)
* Remove useless milvus import in conftest * schemas * schemas
1 parent 4b0894f commit f0be78c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
milvus1 = True
8181
except ImportError:
8282
milvus1 = False
83-
from pymilvus import utility
8483

8584
from .mocks import pinecone as pinecone_mock
8685

0 commit comments

Comments
 (0)