This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ae7f163  Removing super() call from refactor (#3500)
ae7f163 is described below

commit ae7f16337232d8d9ecaa5d8581295fac3513e054
Author: Maxime Beauchemin <maximebeauche...@gmail.com>
AuthorDate: Tue Sep 19 16:41:09 2017 -0700

    Removing super() call from refactor (#3500)
---
 superset/stats_logger.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/stats_logger.py b/superset/stats_logger.py
index b6359f3..a19910d 100644
--- a/superset/stats_logger.py
+++ b/superset/stats_logger.py
@@ -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):

-- 
To stop receiving notification emails like this one, please contact
['"comm...@superset.apache.org" <comm...@superset.apache.org>'].

Reply via email to