community: fix lint from new mypy (#27474)

This commit is contained in:
Erick Friis
2024-10-18 13:08:03 -07:00
committed by GitHub
parent c397baa85f
commit 97a819d578
4 changed files with 58 additions and 49 deletions

View File

@@ -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 = (