Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jun 10, 2024
1 parent 8abf552 commit 49f7d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/auth/transport/_aiohttp_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ async def request(

async with aiohttp.ClientSession(
auto_decompress=self._auto_decompress,
trust_env=kwargs.get('trust_env', False)
trust_env=kwargs.get("trust_env", False),
) as self._auth_request_session:
auth_request = Request(self._auth_request_session)
self._auth_request = auth_request
Expand Down

0 comments on commit 49f7d99

Please sign in to comment.