mik-laj commented on a change in pull request #4556: [AIRFLOW-3730] 
Standarization use of logs mechanisms
URL: https://github.com/apache/airflow/pull/4556#discussion_r252631456
 
 

 ##########
 File path: airflow/contrib/hooks/ssh_hook.py
 ##########
 @@ -27,10 +27,9 @@
 
 from airflow.exceptions import AirflowException
 from airflow.hooks.base_hook import BaseHook
-from airflow.utils.log.logging_mixin import LoggingMixin
 
 
-class SSHHook(BaseHook, LoggingMixin):
+class SSHHook(BaseHook):
 
 Review comment:
   Yes. BaseHook extends LoggingMixin. It's redundant.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to