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 91985dd commit 78ded9fCopy full SHA for 78ded9f
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