You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2017/11/07 00:56:06 UTC

[incubator-superset] branch master updated: [falke8] Resolving F6?? errors (#3783)

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 63a4998  [falke8] Resolving F6?? errors (#3783)
63a4998 is described below

commit 63a49983ebc81f0ae6fc8357741fa516ec3b0fd0
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Mon Nov 6 16:56:03 2017 -0800

    [falke8] Resolving F6?? errors (#3783)
---
 tests/core_tests.py | 2 --
 tox.ini             | 1 -
 2 files changed, 3 deletions(-)

diff --git a/tests/core_tests.py b/tests/core_tests.py
index c533553..3ff43d3 100644
--- a/tests/core_tests.py
+++ b/tests/core_tests.py
@@ -143,7 +143,6 @@ class CoreTests(SupersetTestCase):
 
         form_data = {
             'viz_type': 'sankey',
-            'groupby': 'source',
             'groupby': 'target',
             'metric': 'sum__value',
             'row_limit': 5000,
@@ -165,7 +164,6 @@ class CoreTests(SupersetTestCase):
 
         form_data = {
             'viz_type': 'sankey',
-            'groupby': 'source',
             'groupby': 'target',
             'metric': 'sum__value',
             'row_limit': 5000,
diff --git a/tox.ini b/tox.ini
index 17065ee..fd75723 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,7 +45,6 @@ ignore =
     F401
     F403
     F405
-    F601
     F811
     F841
     I100

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