Skip to content

Commit debc2ef

Browse files
remove unused import
1 parent 1ab3bf0 commit debc2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake/persistence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import tempfile
1313
import time
1414
from base64 import urlsafe_b64encode, b64encode
15-
from functools import lru_cache, partial
15+
from functools import lru_cache
1616
from itertools import count
1717
from pathlib import Path
1818
from contextlib import contextmanager

0 commit comments

Comments
 (0)