Skip to content

Commit

Permalink
[falke8] Resolving F6?? errors (apache#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored and mistercrunch committed Nov 7, 2017
1 parent 16d4938 commit 6a44fc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/core_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def test_save_slice(self):

form_data = {
'viz_type': 'sankey',
'groupby': 'source',
'groupby': 'target',
'metric': 'sum__value',
'row_limit': 5000,
Expand All @@ -165,7 +164,6 @@ def test_save_slice(self):

form_data = {
'viz_type': 'sankey',
'groupby': 'source',
'groupby': 'target',
'metric': 'sum__value',
'row_limit': 5000,
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ ignore =
F401
F403
F405
F601
F811
F841
I100
Expand Down

0 comments on commit 6a44fc4

Please sign in to comment.