We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81971f commit 3af35ebCopy full SHA for 3af35eb
normalize_repos/log.py
@@ -34,7 +34,7 @@ def __init__(self):
34
"""
35
36
fmt = "%(asctime)s │ %(levelname)-8s │ %(indent)s%(function)s: %(message)s"
37
- logging.Formatter.__init__(self, fmt=fmt)
+ super().__init__(fmt=fmt)
38
39
self.baseline = None
40
self.cut = None
0 commit comments