From 3dfafb8b4879199cb9716f8dee627ac28b0c37be Mon Sep 17 00:00:00 2001 From: BioWilko Date: Thu, 7 Nov 2024 17:15:40 +0000 Subject: [PATCH] Fix artic.utils import --- artic/get_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artic/get_models.py b/artic/get_models.py index 58e606e0..262ff39b 100644 --- a/artic/get_models.py +++ b/artic/get_models.py @@ -3,7 +3,7 @@ from pathlib import Path import tarfile import sys -from utils import clair3_manifest +from artic.utils import clair3_manifest def download_file(url: str, local_path: Path):