Skip to content

Commit 5579f06

Browse files
committed
chore: format
1 parent 469209f commit 5579f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/atomworks/io/tools/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import biotite.structure as struc
1111
import numpy as np
1212
from biotite.structure import AtomArray
13+
from biotite.structure.io import pdbx
1314
from rdkit import Chem
1415
from rdkit.Chem import AllChem
1516

@@ -44,7 +45,6 @@
4445
)
4546
from atomworks.io.utils.chain import create_chain_id_generator
4647
from atomworks.io.utils.io_utils import CIF_LIKE_EXTENSIONS, read_any
47-
from biotite.structure.io import pdbx
4848

4949
logger = logging.getLogger("atomworks.io")
5050

0 commit comments

Comments
 (0)