mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
[ci] Deprecate flake8 (#8409)
* [ci] Deprecate flake8 * Addressing @villebro's comments
This commit is contained in:
committed by
Maxime Beauchemin
parent
a19990185d
commit
9fc37ea9f1
@@ -26,6 +26,7 @@ from superset.connectors.druid.models import DruidColumn, DruidDatasource, Druid
|
||||
from superset.connectors.sqla.models import SqlaTable, SqlMetric, TableColumn
|
||||
from superset.models import core as models
|
||||
from superset.utils import core as utils
|
||||
|
||||
from .base_tests import SupersetTestCase
|
||||
|
||||
|
||||
@@ -251,7 +252,7 @@ class ImportExportTests(SupersetTestCase):
|
||||
self.login("admin")
|
||||
birth_dash = self.get_dash_by_slug("births")
|
||||
world_health_dash = self.get_dash_by_slug("world_health")
|
||||
export_dash_url = "/dashboard/export_dashboards_form?id={}&id={}&action=go".format( # noqa ignore: E50
|
||||
export_dash_url = "/dashboard/export_dashboards_form?id={}&id={}&action=go".format(
|
||||
birth_dash.id, world_health_dash.id
|
||||
)
|
||||
resp = self.client.get(export_dash_url)
|
||||
|
||||
Reference in New Issue
Block a user