Skip to content

Commit 9eff75c

Browse files
committed
fix: prevent virtool_core error
1 parent 251f29b commit 9eff75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from pathlib import Path
44

5-
from virtool_core.utils import compress_file
5+
from virtool.utils import compress_file
66
from virtool_workflow import RunSubprocess, hooks, step
77
from virtool_workflow.data.indexes import WFNewIndex
88

0 commit comments

Comments
 (0)