]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Remove unused import
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 31 Oct 2023 23:05:50 +0000 (12:05 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 2 Nov 2023 19:14:37 +0000 (19:14 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/conditional_ace_tests.py

index b04a0bbaa3ff4b37ee9692b8a57b45b5c10057ec..320fe0dc9163fc9ef8502c0a61bdece91d2751ea 100755 (executable)
@@ -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,
 )