We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3262e8b commit a39be08Copy full SHA for a39be08
google/auth/aio/transport/aiohttp.py
@@ -46,7 +46,7 @@ def _remaining_time():
46
remaining = total_timeout - elapsed
47
if remaining <= 0:
48
raise TimeoutError(f"Context manager exceeded the configured timeout of {total_timeout}s.")
49
- remaining
+ return remaining
50
51
async def with_timeout(coro):
52
try:
0 commit comments