Skip to content

Commit

Permalink
Merge pull request datacarpentry#269 from maxim-belkin/fix-super-call
Browse files Browse the repository at this point in the history
Remove unnecessary super call
  • Loading branch information
rgaiacs authored May 23, 2018
2 parents 6d7a9d7 + 1d64dbb commit 434abbe
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:

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 434abbe

Please sign in to comment.