mjpieters commented on a change in pull request #10884:
URL: https://github.com/apache/airflow/pull/10884#discussion_r507985191
##########
File path: airflow/utils/log/logging_mixin.py
##########
@@ -90,6 +90,14 @@ def __init__(self, logger, level):
self.level = level
self._buffer = ''
+ def close(self):
+ """
+ Provide close method, for compatibility with the io.IOBase interface.
+
+ This is a no-op method.
+ """
+ pass
Review comment:
I agree, I prefer an explicit `pass`, but I also don't want to figure
out pylint configs today, so I'll take the suggestion this time round.
----------------------------------------------------------------
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]