Skip to content

Commit

Permalink
Fixing IPlugin.settingGroups not being abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Aug 11, 2024
1 parent 6fe9b1d commit 49a7759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions configs/config-2.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,7 @@ mobase:
returns: The list of requirements for this plugin.

settingGroups:
abstract: false
returns: A list of setting groups for this plugin.

settings:
Expand Down
1 change: 0 additions & 1 deletion stubs/2.6.0/mobase-stubs/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,6 @@ class IPlugin(abc.ABC):
The list of requirements for this plugin.
"""
...
@abc.abstractmethod
def settingGroups(self: IPlugin) -> Sequence[SettingGroup]:
"""
Returns:
Expand Down

0 comments on commit 49a7759

Please sign in to comment.