From: Joseph Sutton Date: Tue, 31 Oct 2023 23:05:50 +0000 (+1300) Subject: tests/krb5: Remove unused import X-Git-Tag: talloc-2.4.2~867 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6033b1c00dc080a8f0445bae6a8c4ccd54934237;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/conditional_ace_tests.py b/python/samba/tests/krb5/conditional_ace_tests.py index b04a0bbaa3f..320fe0dc916 100755 --- a/python/samba/tests/krb5/conditional_ace_tests.py +++ b/python/samba/tests/krb5/conditional_ace_tests.py @@ -45,7 +45,6 @@ from samba.tests.krb5.raw_testcase import RawKerberosTest from samba.tests.krb5.rfc4120_constants import ( KDC_ERR_BADOPTION, KDC_ERR_GENERIC, - KDC_ERR_MODIFIED, KDC_ERR_POLICY, NT_PRINCIPAL, )