zhongjiajie 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_r398270456
##########
File path: airflow/utils/log/logging_mixin.py
##########
@@ -135,7 +135,7 @@ def __init__(self, stream):
self._use_stderr = False
# StreamHandler tries to set self.stream
- Handler.__init__(self) # pylint: disable=non-parent-init-called
+ super(Handler).__init__() # pylint: disable=bad-super-call
Review comment:
And what do you think this change? @mik-laj
----------------------------------------------------------------
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]
With regards,
Apache Git Services