diff --git a/bin/util.py b/bin/util.py index 0fe55b6305a90a2b49a5f4f40581e25c975224b3..e1a03a21084240a4f1af7e741fee58eec3ac116d 100644 --- a/bin/util.py +++ b/bin/util.py @@ -35,8 +35,6 @@ class Reporter: def __init__(self): """Constructor.""" - - super(Reporter, self).__init__() self.messages = [] def check_field(self, filename, name, values, key, expected=REPORTER_NOT_SET):