Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-rueda committed Mar 1, 2022
1 parent 23813bf commit d5a2f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/initialization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
from superset.typing import FlaskResponse
from superset.utils.core import pessimistic_connection_handling
from superset.utils.log import DBEventLogger, get_event_logger_from_cfg_value
from superset.views.users.api import CurrentUserRestApi

if TYPE_CHECKING:
from superset.app import SupersetApp
Expand Down Expand Up @@ -195,6 +194,7 @@ def init_views(self) -> None:
TabStateView,
)
from superset.views.tags import TagView
from superset.views.users.api import CurrentUserRestApi

#
# Setup API views
Expand Down

0 comments on commit d5a2f98

Please sign in to comment.