mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[dashboard] Refactor API using SIP-35 (#9315)
* [dashboard] Refactor API using SIP-35 * [dashboard] Fix, import * [dashboard] more tests * [dashboards] a misc of improvements * [charts] Fix, DAO and tests * [dashboards] small exceptions refactor * [dashboards] lint * [dashboards] Improves comments on base classes * [dashboards] lint
This commit is contained in:
committed by
GitHub
parent
ccf21f6f1b
commit
c34df6b7b3
@@ -26,11 +26,6 @@ from superset.legacy import update_time_range
|
||||
from superset.models.slice import Slice
|
||||
from superset.utils import core as utils
|
||||
from superset.views.base import api, BaseSupersetView, handle_api_exception
|
||||
from superset.views.chart import api as chart_api # pylint: disable=unused-import
|
||||
from superset.views.dashboard import ( # pylint: disable=unused-import
|
||||
api as dashboard_api,
|
||||
)
|
||||
from superset.views.database import api as database_api # pylint: disable=unused-import
|
||||
|
||||
|
||||
class Api(BaseSupersetView):
|
||||
|
||||
Reference in New Issue
Block a user