You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/16 08:34:02 UTC

[GitHub] [airflow] ashb commented on a change in pull request #15398: WIP: Uses the resource and action naming scheme.

ashb commented on a change in pull request #15398:
URL: https://github.com/apache/airflow/pull/15398#discussion_r614661550



##########
File path: airflow/hooks/base.py
##########
@@ -18,14 +18,12 @@
 """Base class for all hooks"""
 import logging
 import warnings
-from typing import TYPE_CHECKING, Any, Dict, List
+from typing import Any, Dict, List
 
+from airflow.models.connection import Connection
 from airflow.typing_compat import Protocol
 from airflow.utils.log.logging_mixin import LoggingMixin
 
-if TYPE_CHECKING:

Review comment:
       You probably didn't mean to revert the changes in this file.




-- 
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:
users@infra.apache.org