mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[flake8] Resolving E2?? errors (#3812)
This commit is contained in:
committed by
Maxime Beauchemin
parent
70c7315ae0
commit
ec21d5af21
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user