]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Remove unused import
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 13 Apr 2023 02:13:43 +0000 (14:13 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 5 May 2023 02:54:31 +0000 (02:54 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/raw_testcase.py

index 20e6a169dba2b5ba736d2712264114d6e4c6dc4d..b633fd235c6f31ff1f33bcc393714ec2186539c3 100644 (file)
@@ -37,7 +37,6 @@ from pyasn1.codec.ber.encoder import BitStringEncoder
 
 from pyasn1.error import PyAsn1Error
 
-from samba.compression import huffman_decompress
 from samba.credentials import Credentials
 from samba.dcerpc import claims, krb5pac, netlogon, security
 from samba.gensec import FEATURE_SEAL