Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Revert "[charts] Refactor API using SIP-35 (apache#9329)"
Browse files Browse the repository at this point in the history
This reverts commit f51ab59.
  • Loading branch information
serenajiang committed Mar 27, 2020
1 parent 551da5d commit d1b0f90
Show file tree
Hide file tree
Showing 15 changed files with 194 additions and 773 deletions.
2 changes: 1 addition & 1 deletion superset/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def init_views(self) -> None:
CssTemplateModelView,
CssTemplateAsyncModelView,
)
from superset.charts.api import ChartRestApi
from superset.views.chart.api import ChartRestApi
from superset.views.chart.views import SliceModelView, SliceAsync
from superset.dashboards.api import DashboardRestApi
from superset.views.dashboard.views import (
Expand Down
16 changes: 0 additions & 16 deletions superset/charts/__init__.py

This file was deleted.

271 changes: 0 additions & 271 deletions superset/charts/api.py

This file was deleted.

16 changes: 0 additions & 16 deletions superset/charts/commands/__init__.py

This file was deleted.

79 changes: 0 additions & 79 deletions superset/charts/commands/create.py

This file was deleted.

Loading

0 comments on commit d1b0f90

Please sign in to comment.