fix(charts): Fix chart load task error handling (#24447)

This commit is contained in:
Rob Moore
2023-06-21 13:21:14 +01:00
committed by GitHub
parent 6dba6e32f5
commit d5f88c18f6
4 changed files with 43 additions and 4 deletions

View File

@@ -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