Skip to content

Commit

Permalink
fix: remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Jan 19, 2024
1 parent 319bd1b commit 17b7573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdrant_client/migrate/migrate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Dict, List, Optional, cast
from typing import Dict, List, Optional

from qdrant_client._pydantic_compat import to_dict
from qdrant_client.client_base import QdrantBase
Expand Down

0 comments on commit 17b7573

Please sign in to comment.