fixup: remove now unused import

This commit is contained in:
Thomas Waldmann 2022-03-05 21:55:23 +01:00
parent c5540229c4
commit 41536f9f79
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from binascii import hexlify, unhexlify
from binascii import hexlify
from ..crypto.low_level import AES256_CTR_HMAC_SHA256, AES256_OCB, CHACHA20_POLY1305, UNENCRYPTED, \
IntegrityError, is_libressl