Skip to content

Commit

Permalink
feat(embedded): fix a merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jayakrishnankarolilnlsn committed Sep 5, 2024
1 parent 4da6276 commit dfe0db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/embedded/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from superset.daos.dashboard import EmbeddedDashboardDAO
from superset.daos.chart import EmbeddedChartDAO
from superset.superset_typing import FlaskResponse
from superset.utils import json
from superset.utils import json, core as utils
from superset.views.base import BaseSupersetView, common_bootstrap_payload


Expand Down

0 comments on commit dfe0db4

Please sign in to comment.