Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneTorap committed Aug 11, 2022
1 parent bd42acc commit 46065e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion superset/views/sql_lab/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@
from superset.utils import core as utils
from superset.utils.core import get_user_id

from ..base import BaseSupersetView, DeleteMixin, json_success, SupersetModelView
from superset.views.base import (
BaseSupersetView,
DeleteMixin,
json_success,
SupersetModelView,
)

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 46065e5

Please sign in to comment.