mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix(charts): Fix chart load task error handling (#24447)
This commit is contained in:
@@ -23,7 +23,7 @@ from typing import Any, ClassVar, TYPE_CHECKING
|
||||
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
from flask_babel import _
|
||||
from flask_babel import gettext as _
|
||||
from pandas import DateOffset
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user