mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:59:07 +00:00
community: fix lint from new mypy (#27474)
This commit is contained in:
@@ -64,7 +64,7 @@ class GoogleTrendsAPIWrapper(BaseModel):
|
||||
"q": query,
|
||||
}
|
||||
|
||||
total_results = []
|
||||
total_results: Any = []
|
||||
client = self.serp_search_engine(params)
|
||||
client_dict = client.get_dict()
|
||||
total_results = (
|
||||
|
Reference in New Issue
Block a user