Skip to content

Commit 7e1686b

Browse files
Update packages/google-auth/google/auth/transport/requests.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent d63469c commit 7e1686b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-auth/google/auth/transport/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import logging
2323
import numbers
2424
import time
25-
from typing import Optional, Set
25+
from typing import Optional, Set, TYPE_CHECKING
2626

2727

2828
# PEP 0810: Explicit Lazy Imports

0 commit comments

Comments
 (0)