Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Sep 26, 2024
1 parent da0b08b commit bdf0f94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions posebench/data/chai_output_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# Following code curated for PoseBench: (https://github.com/BioinfoMachineLearning/PoseBench)
# -------------------------------------------------------------------------------------------------------------------------------------

import glob
import logging
import os

import hydra
import rootutils
from biopandas.pdb import PandasPdb
from omegaconf import DictConfig, open_dict
from rdkit import Chem

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

Expand Down

0 comments on commit bdf0f94

Please sign in to comment.