Skip to content

Commit 0c38fb1

Browse files
committed
fix import
1 parent f7fc36a commit 0c38fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-kernel-python/test_mongodb_atlas_memory_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import pytest
88
import pytest_asyncio
99

10-
from semantic_kernel.connectors.memory.mongodb_atlas.mongodb_atlas_memory_store import (
10+
from semantic_kernel.connectors.memory_stores.mongodb_atlas.mongodb_atlas_memory_store import (
1111
MongoDBAtlasMemoryStore,
1212
)
1313
from semantic_kernel.exceptions import MemoryConnectorInitializationError

0 commit comments

Comments
 (0)