Skip to content

Commit

Permalink
Removing super() call from refactor (#3500)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Sep 19, 2017
1 parent ed9f564 commit ae7f163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/stats_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def gauge(self, key, value):

class StatsdStatsLogger(BaseStatsLogger):
def __init__(self, host, port, prefix='superset'):
super()
self.client = StatsClient(host=host, port=port, prefix=prefix)

def incr(self, key):
Expand Down

0 comments on commit ae7f163

Please sign in to comment.