From b0425cd573b0952452a632bfa0b529443c094d3d Mon Sep 17 00:00:00 2001 From: Sergey O Date: Mon, 27 Feb 2023 22:55:16 -0500 Subject: [PATCH] Update inputs.py --- colabfold/inputs.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/colabfold/inputs.py b/colabfold/inputs.py index 21c97fd5..82f7ff94 100644 --- a/colabfold/inputs.py +++ b/colabfold/inputs.py @@ -28,15 +28,14 @@ from colabfold.alphafold.msa import make_fixed_size, make_fixed_size_multimer from colabfold.utils import ( DEFAULT_API_SERVER, - NO_GPU_FOUND, - CIF_REVISION_DATE, - CFMMCIFIO, -) + NO_GPU_FOUND) from colabfold.parse import ( parse_fasta, get_queries, get_queries_pairwise, unserialize_msa, unpack_a3ms, - convert_pdb_to_mmcif, mk_hhsearch_db + convert_pdb_to_mmcif, mk_hhsearch_db, + CIF_REVISION_DATE, + CFMMCIFIO ) ###############################