Removing super() call from refactor (#3500)
This commit is contained in:
parent
ed9f56448f
commit
ae7f163372
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue