Skip to content

Commit d311f22

Browse files
authored
Langchain: fixed a typo in the imports (#23864)
Description: Fixed a typo during the imports for the GoogleDriveSearchTool Issue: It's only for the docs, but it bothered me so i decided to fix it quickly :D
1 parent db6512a commit d311f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/integrations/tools/google_drive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"outputs": [],
101101
"source": [
102-
"from langchain_googldrive.tools.google_drive.tool import GoogleDriveSearchTool\n",
102+
"from langchain_googledrive.tools.google_drive.tool import GoogleDriveSearchTool\n",
103103
"from langchain_googledrive.utilities.google_drive import GoogleDriveAPIWrapper\n",
104104
"\n",
105105
"# By default, search only in the filename.\n",

0 commit comments

Comments
 (0)