diff --git a/poetry_snakemake_plugin/templates/init.py.j2 b/poetry_snakemake_plugin/templates/init.py.j2 index 39437ab..d591fce 100644 --- a/poetry_snakemake_plugin/templates/init.py.j2 +++ b/poetry_snakemake_plugin/templates/init.py.j2 @@ -1,9 +1,14 @@ from dataclasses import dataclass, field +from typing import List +from snakemake_interface_executor_plugins.executors.base import SubmittedJobInfo from snakemake_interface_executor_plugins.executors.remote import RemoteExecutor from snakemake_interface_executor_plugins import ExecutorSettingsBase, CommonSettings from snakemake_interface_executor_plugins.workflow import WorkflowExecutorInterface from snakemake_interface_executor_plugins.logging import LoggerExecutorInterface +from snakemake_interface_executor_plugins.jobs import ( + ExecutorJobInterface, +) # Optional: @@ -57,6 +62,19 @@ class Executor(RemoteExecutor): # >=a.b.c,