Przeglądaj źródła

fixup: remove now unused import

Thomas Waldmann 3 lat temu
rodzic
commit
41536f9f79
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/borg/testsuite/crypto.py

+ 1 - 1
src/borg/testsuite/crypto.py

@@ -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