Skip to content

Commit cbd868e

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1d6a2fe commit cbd868e

File tree

1 file changed

+3
-1
lines changed
  • packages/google-auth/google/auth/transport

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
from __future__ import absolute_import
1818

1919
import logging
20-
import threading
20+
import logging
21+
22+
_LOGGER = logging.getLogger(__name__)
2123
from google.auth import exceptions
2224
from google.auth.transport import _mtls_helper
2325
from google.oauth2 import service_account

0 commit comments

Comments
 (0)