From: Joseph Sutton Date: Fri, 3 Mar 2023 00:45:21 +0000 (+1300) Subject: tests/krb5: Remove unused import X-Git-Tag: talloc-2.4.1~1477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04fd475b434d95cdfe3f771386b8d00bde836abf;p=thirdparty%2Fsamba.git tests/krb5: Remove unused import Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/krb5/claims_tests.py b/python/samba/tests/krb5/claims_tests.py index 9d5121e69ec..eb305bbf0cd 100755 --- a/python/samba/tests/krb5/claims_tests.py +++ b/python/samba/tests/krb5/claims_tests.py @@ -38,7 +38,6 @@ from samba.tests.krb5.rfc4120_constants import ( ARCFOUR_HMAC_MD5, KRB_TGS_REP, NT_PRINCIPAL, - NT_SRV_INST, ) import samba.tests.krb5.rfc4120_pyasn1 as krb5_asn1