Skip to content

Commit 25c57b2

Browse files
fmt
1 parent 716d36b commit 25c57b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • snakemake_interface_executor_plugins/registry

snakemake_interface_executor_plugins/registry/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def load_plugin(self, name: str, module: types.ModuleType) -> Plugin:
3939
def expected_attributes(self) -> Mapping[str, AttributeType]:
4040
# break otherwise circular import
4141
from snakemake_interface_executor_plugins.executors.base import AbstractExecutor
42+
4243
return {
4344
"common_settings": AttributeType(
4445
cls=CommonSettings,

0 commit comments

Comments
 (0)