Skip to content

Commit

Permalink
Move import
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Oct 9, 2024
1 parent 7494de5 commit 81bcbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
from pandas._libs.parsers import STR_NA_VALUES
from sqlalchemy.engine.url import URL
from sqlalchemy.orm.query import Query
from sqlglot import Dialect, Dialects

from superset.advanced_data_type.plugins.internet_address import internet_address
from superset.advanced_data_type.plugins.internet_port import internet_port
Expand All @@ -69,6 +68,7 @@

if TYPE_CHECKING:
from flask_appbuilder.security.sqla import models
from sqlglot import Dialect, Dialects

Check warning on line 71 in superset/config.py

View check run for this annotation

Codecov / codecov/patch

superset/config.py#L71

Added line #L71 was not covered by tests

from superset.connectors.sqla.models import SqlaTable
from superset.models.core import Database
Expand Down

0 comments on commit 81bcbf5

Please sign in to comment.