1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

tests/krb5: Remove unused import

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-03-22 12:31:38 +13:00 committed by Andrew Bartlett
parent 4b6f65a4a2
commit 5656fd2ff2

View File

@ -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