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:
[email protected]
With regards,
Apache Git Services