diff --git a/superset/db_engine_specs/starrocks.py b/superset/db_engine_specs/starrocks.py index d3e2172f2b97..58a514c5e09a 100644 --- a/superset/db_engine_specs/starrocks.py +++ b/superset/db_engine_specs/starrocks.py @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +from __future__ import annotations import logging import re diff --git a/superset/utils/ssh_tunnel.py b/superset/utils/ssh_tunnel.py index 1471d54f4b12..2395f7234629 100644 --- a/superset/utils/ssh_tunnel.py +++ b/superset/utils/ssh_tunnel.py @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +from __future__ import annotations from typing import Any