From: Jennifer Sutton Date: Fri, 3 Oct 2025 01:29:51 +0000 (+1300) Subject: tests/krb5: Remove unused imports X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0334d44c30f1289054b34e64faecad7175577ce0;p=thirdparty%2Fsamba.git tests/krb5: Remove unused imports Signed-off-by: Jennifer Sutton Reviewed-by: Gary Lockyer --- diff --git a/python/samba/tests/krb5/pkinit_certificate_mapping_tests.py b/python/samba/tests/krb5/pkinit_certificate_mapping_tests.py index ad4af36f076..7c19afe433d 100755 --- a/python/samba/tests/krb5/pkinit_certificate_mapping_tests.py +++ b/python/samba/tests/krb5/pkinit_certificate_mapping_tests.py @@ -52,11 +52,8 @@ from samba.tests.krb5.raw_testcase import PkInit, RawKerberosTest from samba.tests.krb5.rfc4120_constants import ( DES_EDE3_CBC, KDC_ERR_CERTIFICATE_MISMATCH, - KU_PA_ENC_TIMESTAMP, NT_PRINCIPAL, NT_SRV_INST, - PADATA_AS_FRESHNESS, - PADATA_ENC_TIMESTAMP, PADATA_PK_AS_REP_19, PADATA_PK_AS_REQ, )