[falke8] Resolving F6?? errors (#3783)

This commit is contained in:
John Bodley 2017-11-06 16:56:03 -08:00 committed by Maxime Beauchemin
parent 81dd622fdb
commit 63a49983eb
2 changed files with 0 additions and 3 deletions

View File

@ -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,

View File

@ -45,7 +45,6 @@ ignore =
F401
F403
F405
F601
F811
F841
I100