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:
parent
c5540229c4
commit
41536f9f79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue