Skip to content
Snippets Groups Projects
Commit c9c20a0a authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Doc fix: remove unneeded import from example

parent b0e7e5b9
Branches
Tags
No related merge requests found
...@@ -559,8 +559,7 @@ Local Distance Test scores (lDDT, DRMSD) ...@@ -559,8 +559,7 @@ Local Distance Test scores (lDDT, DRMSD)
"""Run lDDT from within script.""" """Run lDDT from within script."""
from ost.io import LoadPDB from ost.io import LoadPDB
from ost.mol.alg import (CleanlDDTReferences, from ost.mol.alg import (CleanlDDTReferences,
lDDTSettings, lDDTScorer) lDDTSettings, lDDTScorer)
from ost.io import ReadStereoChemicalPropsFile
ent_full = LoadPDB('3ia3', remote=True) ent_full = LoadPDB('3ia3', remote=True)
model_view = ent_full.Select('cname=A') model_view = ent_full.Select('cname=A')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment