Compare commits

..
Author SHA1 Message Date
Mikaël Capelle 49a77592f9 Fixing IPlugin.settingGroups not being abstract. 2024-08-11 13:36:33 +02:00
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -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:
-1
View File
@@ -2252,7 +2252,6 @@ class IPlugin(abc.ABC):
The list of requirements for this plugin.
"""
...
@abc.abstractmethod
def settingGroups(self: IPlugin) -> Sequence[SettingGroup]:
"""
Returns: