Skip to content

Commit

Permalink
Fix artic.utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Nov 7, 2024
1 parent 006a8c7 commit 3dfafb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artic/get_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3dfafb8

Please sign in to comment.