From 6033b1c00dc080a8f0445bae6a8c4ccd54934237 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Wed, 1 Nov 2023 12:05:50 +1300 Subject: [PATCH] tests/krb5: Remove unused import Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- python/samba/tests/krb5/conditional_ace_tests.py | 1 - 1 file changed, 1 deletion(-) 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, ) -- 2.47.3