Skip to content

Commit aaa105a

Browse files
committed
fix: remove unused List import
Fixes linting issue flagged by ruff (F401: unused import).
1 parent fb5d117 commit aaa105a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

weaviate/collections/iterator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
Generic,
88
Iterable,
99
Iterator,
10-
List,
1110
Optional,
1211
)
1312
from uuid import UUID

0 commit comments

Comments
 (0)