Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 26206200D0A for ; Wed, 20 Sep 2017 01:41:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 248531609E0; Tue, 19 Sep 2017 23:41:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 927BB1609DD for ; Wed, 20 Sep 2017 01:41:19 +0200 (CEST) Received: (qmail 74193 invoked by uid 500); 19 Sep 2017 23:41:18 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 74184 invoked by uid 99); 19 Sep 2017 23:41:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2017 23:41:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6A96380742; Tue, 19 Sep 2017 23:41:17 +0000 (UTC) Date: Tue, 19 Sep 2017 23:41:16 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Removing super() call from refactor (#3500) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150586447688.18140.17949904765655158952@gitbox.apache.org> From: maximebeauchemin@apache.org Reply-To: "commits@superset.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ed9f56448f39aab9e9bbb331d008390dd63d9b21 X-Git-Newrev: ae7f16337232d8d9ecaa5d8581295fac3513e054 X-Git-Rev: ae7f16337232d8d9ecaa5d8581295fac3513e054 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 19 Sep 2017 23:41:20 -0000 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 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 ['"commits@superset.apache.org" '].