Clean unused imports and more cleanup

This commit is contained in:
Sergi Delgado Segura
2019-10-07 11:58:28 +01:00
parent 23efd48796
commit 067efcca73
6 changed files with 17 additions and 25 deletions

View File

@@ -1,6 +1,7 @@
from binascii import hexlify, unhexlify
from hashlib import sha256
from binascii import hexlify, unhexlify
from cryptography.hazmat.primitives.ciphers.aead import AESGCM
from apps.cli import SUPPORTED_HASH_FUNCTIONS, SUPPORTED_CIPHERS