提交 c2ce4129 编写于 作者: L Lukáš Doktor

test: Remove unnecessary RawFileHandler.__init__

This __init__ does noting, let's remove it.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 8bbc460b
......@@ -72,9 +72,6 @@ class RawFileHandler(logging.FileHandler):
logged stream but still respects the formatter.
"""
def __init__(self, *args, **kwargs):
logging.FileHandler.__init__(self, *args, **kwargs)
def emit(self, record):
"""
Modifying the original emit() to avoid including a new line
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册