Skip to content

Commit

Permalink
Move imports for Spyder 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Apr 25, 2023
1 parent 654ffd7 commit 40eb8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_notebook/widgets/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Spyder imports
from spyder.api.widgets.main_widget import PluginMainWidget
from spyder.config.gui import is_dark_interface
from spyder.utils.switcher import shorten_paths
from spyder.plugins.switcher.utils import shorten_paths

# Local imports
from spyder_notebook.utils.localization import _
Expand Down

0 comments on commit 40eb8e6

Please sign in to comment.