Skip to content

Commit

Permalink
Remove unnecessary super call
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-belkin committed May 22, 2018
1 parent 894d47f commit 1d64dbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class Reporter(object):

def __init__(self):
"""Constructor."""

super(Reporter, self).__init__()
self.messages = []

def check_field(self, filename, name, values, key, expected=REPORTER_NOT_SET):
Expand Down

0 comments on commit 1d64dbb

Please sign in to comment.