mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -287,8 +287,10 @@ class TestImportExport(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(
|
||||
birth_dash.id, world_health_dash.id
|
||||
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)
|
||||
resp_data = json.loads(resp.data.decode("utf-8"), object_hook=decode_dashboards)
|
||||
|
||||
Reference in New Issue
Block a user