mik-laj commented on a change in pull request #15206:
URL: https://github.com/apache/airflow/pull/15206#discussion_r608223072
##########
File path: airflow/providers/google/cloud/utils/credentials_provider.py
##########
@@ -36,7 +35,7 @@
from airflow.utils.log.logging_mixin import LoggingMixin
from airflow.utils.process_utils import patch_environ
-log = logging.getLogger(__name__)
+log: logging.Logger = logging.getLogger(__name__)
Review comment:
```suggestion
log = logging.getLogger(__name__)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]