Skip to content

Commit

Permalink
Update integrations/gcp/gcp_core/search/resource_searches.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kofi Armah <[email protected]>
  • Loading branch information
oiadebayo and mk-armah authored Jan 17, 2025
1 parent 76203a6 commit 3b2fd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/gcp/gcp_core/search/resource_searches.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async def list_all_subscriptions_per_project(


@cache_iterator_result()
async def search_all_projects(**kwargs: Any) -> ASYNC_GENERATOR_RESYNC_TYPE:
async def search_all_projects(**kwargs: Dict[str, Any]) -> ASYNC_GENERATOR_RESYNC_TYPE:
logger.info("Searching projects")
async with ProjectsAsyncClient() as projects_client:
async for projects in paginated_query(
Expand Down

0 comments on commit 3b2fd4e

Please sign in to comment.