Skip to content

Commit

Permalink
fix: Failed to execute importScripts on worker-css (apache#27191)
Browse files Browse the repository at this point in the history
(cherry picked from commit 983a164)
  • Loading branch information
michael-s-molina authored and chetat committed Mar 14, 2024
1 parent 0d551c5 commit 244649d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# pylint: disable=invalid-name
# pylint: disable=invalid-name,too-many-lines
from __future__ import annotations

import contextlib
Expand Down Expand Up @@ -47,6 +47,7 @@
from superset.commands.chart.exceptions import ChartNotFoundError
from superset.commands.chart.warm_up_cache import ChartWarmUpCacheCommand
from superset.commands.dashboard.exceptions import DashboardAccessDeniedError
from superset.commands.dashboard.importers.v0 import ImportDashboardsCommand
from superset.commands.dashboard.permalink.get import GetDashboardPermalinkCommand
from superset.commands.dataset.exceptions import DatasetNotFoundError
from superset.commands.explore.form_data.create import CreateFormDataCommand
Expand Down

0 comments on commit 244649d

Please sign in to comment.