We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716d36b commit 25c57b2Copy full SHA for 25c57b2
1 file changed
snakemake_interface_executor_plugins/registry/__init__.py
@@ -39,6 +39,7 @@ def load_plugin(self, name: str, module: types.ModuleType) -> Plugin:
39
def expected_attributes(self) -> Mapping[str, AttributeType]:
40
# break otherwise circular import
41
from snakemake_interface_executor_plugins.executors.base import AbstractExecutor
42
+
43
return {
44
"common_settings": AttributeType(
45
cls=CommonSettings,
0 commit comments