Skip to content

Commit f1dc253

Browse files
committed
Add missing import
1 parent 13d52e0 commit f1dc253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflow/Snakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import sys
2+
import re
23
from pathlib import Path
34
from snakemake.utils import min_version
45
import subprocess

0 commit comments

Comments
 (0)