We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcc2d7 commit 8ed5290Copy full SHA for 8ed5290
libs/langchain-mongodb/langchain_mongodb/utils.py
@@ -28,7 +28,9 @@
28
29
# Don't break imports for modules that expect this function
30
# to be in this module.
31
-from pymongo_search_utils import _append_client_metadata # noqa: F401
+from pymongo_search_utils import (
32
+ append_client_metadata as _append_client_metadata, # noqa: F401
33
+)
34
35
logger = logging.getLogger(__name__)
36
0 commit comments