python/schema: remove unused import
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 11 Oct 2018 00:10:33 +0000 (13:10 +1300)
committerNoel Power <npower@samba.org>
Thu, 25 Oct 2018 19:45:53 +0000 (21:45 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
python/samba/schema.py

index 6aa0ddbe05c1913e6e0030b41ab18fe1b07e4095..b6c37bbd2dfa3969ce597cbb82d3dcc476de10af 100644 (file)
@@ -31,7 +31,6 @@ from samba.samdb import SamDB
 from samba.compat import get_string
 from samba import dsdb
 from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL
-import os
 
 
 def get_schema_descriptor(domain_sid, name_map={}):