[flake8] Resolving E2?? errors (#3812)

This commit is contained in:
John Bodley
2017-11-08 20:34:23 -08:00
committed by Maxime Beauchemin
parent 70c7315ae0
commit ec21d5af21
9 changed files with 15 additions and 20 deletions

View File

@@ -275,8 +275,8 @@ class CeleryTestCase(SupersetTestCase):
{'is_date': True, 'type': 'STRING', 'name': 'string2',
'is_dim': False},
{'is_date': False, 'type': 'STRING',
'name': 'string3', 'is_dim': True}], 'name')
, cols,
'name': 'string3', 'is_dim': True}], 'name'),
cols,
)
else:
self.assertEqual(self.dictify_list_of_dicts([
@@ -295,8 +295,8 @@ class CeleryTestCase(SupersetTestCase):
{'is_date': True, 'type': 'STRING', 'name': 'string2',
'is_dim': False},
{'is_date': False, 'type': 'STRING',
'name': 'string3', 'is_dim': True}], 'name')
, cols,
'name': 'string3', 'is_dim': True}], 'name'),
cols,
)