From 4126c365c5f5ce7c832cf16fa219287f05d2c5be Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Mon, 16 May 2022 10:08:01 -0700 Subject: [PATCH] chore: fix typo in `importexport/api.py` (#20085) --- superset/importexport/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/importexport/api.py b/superset/importexport/api.py index 1f4543cd58901..e20cc22b80d44 100644 --- a/superset/importexport/api.py +++ b/superset/importexport/api.py @@ -122,7 +122,7 @@ def import_(self) -> Response: type: string responses: 200: - description: Dashboard import result + description: Assets import result content: application/json: schema: