Skip to content

Commit

Permalink
Update spyder/api/widgets/mixins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Jun 27, 2024
1 parent 88453eb commit dfeb080
Showing 1 changed file with 1 addition 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(SpyderConfigurationObserver, SpyderActionMixin,
class SpyderWidgetMixin(SpyderActionMixin, SpyderConfigurationObserver,
SpyderMenuMixin, SpyderToolbarMixin,
SpyderToolButtonMixin):
"""
Expand Down

0 comments on commit dfeb080

Please sign in to comment.