python/tests/dsdb_schema_attr: remove unused/duplicate imports
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 11 Oct 2018 00:44:45 +0000 (13:44 +1300)
committerNoel Power <npower@samba.org>
Thu, 25 Oct 2018 19:45:54 +0000 (21:45 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
python/samba/tests/dsdb_schema_attributes.py

index d27cc07d29b8037608ca5ee859b5863ff2488145..5928511cd44390ed6767290500851d0760fbbf4e 100644 (file)
@@ -23,7 +23,6 @@
 #  PYTHONPATH="$PYTHONPATH:$samba4srcdir/dsdb/tests/python" $SUBUNITRUN dsdb_schema_attributes
 #
 
-import sys
 import time
 import random
 
@@ -31,8 +30,6 @@ import samba.tests
 import ldb
 from ldb import SCOPE_BASE, LdbError
 
-import samba.tests
-
 
 class SchemaAttributesTestCase(samba.tests.TestCase):