Skip to content

Commit

Permalink
chore: Remove more redundant code in utils/core
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianliebscher committed Nov 15, 2023
1 parent f02240d commit 7f564fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/utils/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
from sqlalchemy.engine import Connection, Engine
from sqlalchemy.engine.reflection import Inspector
from sqlalchemy.sql.type_api import Variant
from sqlalchemy.types import TEXT, TypeDecorator, TypeEngine
from sqlalchemy.types import TypeEngine
from typing_extensions import TypeGuard

from superset.constants import (
Expand Down

0 comments on commit 7f564fa

Please sign in to comment.