Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a81024 commit 5961a8eCopy full SHA for 5961a8e
1 file changed
pre_commit/logging_handler.py
@@ -16,7 +16,7 @@
16
17
class LoggingHandler(logging.Handler):
18
def __init__(self, use_color, write=sys.stdout.write):
19
- logging.Handler.__init__(self)
+ super(LoggingHandler, self).__init__()
20
self.use_color = use_color
21
self.__write = write
22
0 commit comments