Skip to content

Commit b0425cd

Browse files
committed
Update inputs.py
1 parent ee4be8b commit b0425cd

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

colabfold/inputs.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@
2828
from colabfold.alphafold.msa import make_fixed_size, make_fixed_size_multimer
2929
from colabfold.utils import (
3030
DEFAULT_API_SERVER,
31-
NO_GPU_FOUND,
32-
CIF_REVISION_DATE,
33-
CFMMCIFIO,
34-
)
31+
NO_GPU_FOUND)
3532
from colabfold.parse import (
3633
parse_fasta, get_queries,
3734
get_queries_pairwise,
3835
unserialize_msa, unpack_a3ms,
39-
convert_pdb_to_mmcif, mk_hhsearch_db
36+
convert_pdb_to_mmcif, mk_hhsearch_db,
37+
CIF_REVISION_DATE,
38+
CFMMCIFIO
4039
)
4140

4241
###############################

0 commit comments

Comments
 (0)