We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e670e8 commit 682fa47Copy full SHA for 682fa47
1 file changed
weaviate/collections/classes/grpc.py
@@ -1,7 +1,6 @@
1
from dataclasses import dataclass
2
from enum import Enum, auto
3
from typing import (
4
- ClassVar,
5
Dict,
6
Generic,
7
List,
@@ -15,7 +14,7 @@
15
14
)
16
17
from pydantic import ConfigDict, Field
18
-from typing_extensions import TypeGuard, TypeVar
+from typing_extensions import ClassVar, TypeGuard, TypeVar
19
20
from weaviate.collections.classes.types import _WeaviateInput
21
from weaviate.exceptions import WeaviateInvalidInputError
0 commit comments