]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Remove unused import
authorJo Sutton <josutton@catalyst.net.nz>
Thu, 21 Mar 2024 23:31:38 +0000 (12:31 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 16 Apr 2024 03:58:31 +0000 (03:58 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/pkinit_tests.py

index 97e6cb7e6fbc5a0fc5ce3416554e2c8c3f37f823..52cc891c57d979bf7572615cc7750432be7b5db0 100755 (executable)
@@ -36,7 +36,7 @@ from cryptography.x509.oid import NameOID
 
 import ldb
 import samba.tests
-from samba import credentials, generate_random_password, ntstatus
+from samba import credentials, ntstatus
 from samba.dcerpc import security, netlogon
 from samba.tests.krb5 import kcrypto
 from samba.tests.krb5.kdc_base_test import KDCBaseTest