Skip to content

Commit 0b08684

Browse files
fixed import
1 parent c644d41 commit 0b08684

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/semantic_kernel/connectors/memory/azure_ai_search.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
import sys
88
from collections.abc import Callable, Sequence
9-
from typing import TYPE_CHECKING, Any, ClassVar, Generic, override
9+
from typing import TYPE_CHECKING, Any, ClassVar, Generic
1010

1111
from azure.core.credentials import AzureKeyCredential, TokenCredential
1212
from azure.core.credentials_async import AsyncTokenCredential
@@ -62,7 +62,6 @@
6262
from azure.core.credentials import AzureKeyCredential, TokenCredential
6363
from azure.core.credentials_async import AsyncTokenCredential
6464

65-
from semantic_kernel.data.vector_storage import VectorStoreRecordCollection
6665

6766
if sys.version_info >= (3, 12):
6867
from typing import override # pragma: no cover

0 commit comments

Comments
 (0)