diff --git a/snakemake_executor_plugin_cluster_generic/__init__.py b/snakemake_executor_plugin_cluster_generic/__init__.py index ac73fcb..82f7ac2 100644 --- a/snakemake_executor_plugin_cluster_generic/__init__.py +++ b/snakemake_executor_plugin_cluster_generic/__init__.py @@ -19,8 +19,6 @@ 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 ( JobExecutorInterface, )