Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Jun 26, 2024
1 parent 39c79b2 commit 88453eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/api/widgets/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ def update_actions(self, options):
raise NotImplementedError('')


class SpyderWidgetMixin(SpyderActionMixin, SpyderConfigurationObserver,
class SpyderWidgetMixin(SpyderConfigurationObserver, SpyderActionMixin,
SpyderMenuMixin, SpyderToolbarMixin,
SpyderToolButtonMixin):
"""
Expand Down
2 changes: 2 additions & 0 deletions spyder/plugins/onlinehelp/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class PydocBrowser(PluginMainWidget):

def __init__(self, name=None, plugin=None, parent=None):
from spyder.widgets.browser import FrameWebView

super().__init__(name, plugin, parent=parent)

self._is_running = False
Expand Down Expand Up @@ -199,6 +200,7 @@ def get_focus_widget(self):

def setup(self):
from spyder.widgets.browser import WebViewActions

# Actions
home_action = self.create_action(
PydocBrowserActions.Home,
Expand Down

0 comments on commit 88453eb

Please sign in to comment.