Removing super() call from refactor (#3500)

This commit is contained in:
Maxime Beauchemin 2017-09-19 16:41:09 -07:00 committed by GitHub
parent ed9f56448f
commit ae7f163372
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ try:
class StatsdStatsLogger(BaseStatsLogger):
def __init__(self, host, port, prefix='superset'):
super()
self.client = StatsClient(host=host, port=port, prefix=prefix)
def incr(self, key):