Skip to content

Commit bdf0f94

Browse files
committed
Remove unused imports
1 parent da0b08b commit bdf0f94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

posebench/data/chai_output_extraction.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
# Following code curated for PoseBench: (https://github.com/BioinfoMachineLearning/PoseBench)
33
# -------------------------------------------------------------------------------------------------------------------------------------
44

5-
import glob
65
import logging
76
import os
87

98
import hydra
109
import rootutils
1110
from biopandas.pdb import PandasPdb
1211
from omegaconf import DictConfig, open_dict
13-
from rdkit import Chem
1412

1513
rootutils.setup_root(__file__, indicator=".project-root", pythonpath=True)
1614

0 commit comments

Comments
 (0)