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 2020/03/25 21:40:28 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #7834: [WIP]Enable super init not called check in pylint

mik-laj commented on a change in pull request #7834: [WIP]Enable super init not called check in pylint
URL: https://github.com/apache/airflow/pull/7834#discussion_r398187155
 
 

 ##########
 File path: airflow/utils/log/logging_mixin.py
 ##########
 @@ -134,9 +136,6 @@ def __init__(self, stream):
         if 'stdout' in stream:
             self._use_stderr = False
 
-        # StreamHandler tries to set self.stream
-        Handler.__init__(self)  # pylint: disable=non-parent-init-called
 
 Review comment:
   Ohhh. There's a trick here. One init was intentionally omitted.

----------------------------------------------------------------
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


With regards,
Apache Git Services