Skip to content

Commit

Permalink
fix: removed unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Feb 29, 2024
1 parent 890e479 commit aab1f76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snakemake_executor_plugin_slurm_jobstep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import os
import subprocess
import sys
from snakemake.exceptions import WorkflowError
from snakemake_interface_executor_plugins.executors.base import SubmittedJobInfo
from snakemake_interface_executor_plugins.executors.real import RealExecutor
from snakemake_interface_executor_plugins.jobs import (
Expand Down

0 comments on commit aab1f76

Please sign in to comment.