From c9c20a0ad35381c17639cbf8c0f68ccda65a2dea Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Thu, 9 Aug 2018 20:17:48 +0200
Subject: [PATCH] Doc fix: remove unneeded import from example

---
 modules/mol/alg/doc/molalg.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/mol/alg/doc/molalg.rst b/modules/mol/alg/doc/molalg.rst
index 81f3e7764..4636a4ce4 100644
--- a/modules/mol/alg/doc/molalg.rst
+++ b/modules/mol/alg/doc/molalg.rst
@@ -559,8 +559,7 @@ Local Distance Test scores (lDDT, DRMSD)
     """Run lDDT from within script."""
     from ost.io import LoadPDB
     from ost.mol.alg import (CleanlDDTReferences,
-    			 lDDTSettings, lDDTScorer)
-    from ost.io import ReadStereoChemicalPropsFile
+                             lDDTSettings, lDDTScorer)
 
     ent_full = LoadPDB('3ia3', remote=True)
     model_view = ent_full.Select('cname=A')
-- 
GitLab