1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-21 13:47:16 +00:00

fixup: remove now unused import

This commit is contained in:
Thomas Waldmann 2022-03-05 21:55:23 +01:00
parent c5540229c4
commit 41536f9f79

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