Skip to content

Commit e41cb61

Browse files
Remove unused imports
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e12dcc5 commit e41cb61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bio/paraphase/wrapper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import os
21
import glob
32
import sys
43
from snakemake.shell import shell
54
from tempfile import TemporaryDirectory
6-
import shutil
75

86
log = snakemake.log_fmt_shell(stdout=True, stderr=True)
97
extra = snakemake.params.get("extra", "")

0 commit comments

Comments
 (0)