Skip to content

Commit

Permalink
chore: remove duplicated export variables (#11962)
Browse files Browse the repository at this point in the history
- **Description:** remove duplicated `__all__` variables
  • Loading branch information
lxxonx authored Oct 18, 2023
1 parent 6bd9c1d commit 9e24626
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion libs/langchain/langchain/utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def __getattr__(name: str) -> Any:
"SparkSQL",
"TensorflowDatasets",
"TextRequestsWrapper",
"TextRequestsWrapper",
"TwilioAPIWrapper",
"WikipediaAPIWrapper",
"WolframAlphaAPIWrapper",
Expand Down
6 changes: 0 additions & 6 deletions libs/langchain/langchain/vectorstores/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,21 +539,17 @@ def __getattr__(name: str) -> Any:
"AlibabaCloudOpenSearchSettings",
"AnalyticDB",
"Annoy",
"Annoy",
"AtlasDB",
"AtlasDB",
"AwaDB",
"AzureSearch",
"Bagel",
"Cassandra",
"Chroma",
"Chroma",
"Clarifai",
"Clickhouse",
"ClickhouseSettings",
"DashVector",
"DeepLake",
"DeepLake",
"Dingo",
"DocArrayHnswSearch",
"DocArrayInMemorySearch",
Expand All @@ -575,7 +571,6 @@ def __getattr__(name: str) -> Any:
"MyScaleSettings",
"Neo4jVector",
"OpenSearchVectorSearch",
"OpenSearchVectorSearch",
"PGEmbedding",
"PGVector",
"Pinecone",
Expand All @@ -586,7 +581,6 @@ def __getattr__(name: str) -> Any:
"ScaNN",
"SemaDB",
"SingleStoreDB",
"SingleStoreDB",
"SQLiteVSS",
"StarRocks",
"SupabaseVectorStore",
Expand Down

0 comments on commit 9e24626

Please sign in to comment.