Skip to content

Commit

Permalink
Langchain: fixed a typo in the imports (#23864)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
LostOxygen authored Jul 5, 2024
1 parent db6512a commit d311f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/google_drive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"outputs": [],
"source": [
"from langchain_googldrive.tools.google_drive.tool import GoogleDriveSearchTool\n",
"from langchain_googledrive.tools.google_drive.tool import GoogleDriveSearchTool\n",
"from langchain_googledrive.utilities.google_drive import GoogleDriveAPIWrapper\n",
"\n",
"# By default, search only in the filename.\n",
Expand Down

0 comments on commit d311f22

Please sign in to comment.