]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Remove unused import
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 15 Aug 2023 00:20:17 +0000 (12:20 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 15 Aug 2023 18:46:33 +0000 (18:46 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15452

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/claims_in_pac.py

index 82cd7b7e694deec83138528955ccc719f3203e8c..2cbb38adb904beb5842ca6640dae59933cc6ff5e 100755 (executable)
@@ -24,7 +24,7 @@ sys.path.insert(0, 'bin/python')
 os.environ['PYTHONUNBUFFERED'] = '1'
 
 from samba.dcerpc import krb5pac, claims
-from samba.ndr import ndr_pack, ndr_unpack, ndr_print
+from samba.ndr import ndr_pack, ndr_unpack
 from samba.tests import TestCase
 
 class PacClaimsTests(TestCase):