Skip to content

Commit da94120

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-auth/google/auth/transport

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import http.client as http_client
2121
import logging
22-
from typing import Set
22+
from typing import Set, TYPE_CHECKING
2323
import warnings
2424

2525
# Certifi is Mozilla's certificate bundle. Urllib3 needs a certificate bundle

0 commit comments

Comments
 (0)