Skip to content

Commit f3acf14

Browse files
removing redundant functions
1 parent e33aaa6 commit f3acf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_encryption/encryption_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from Crypto.PublicKey import RSA
22
from Crypto.Hash import SHA1, SHA224, SHA256, SHA384, SHA512
3-
from OpenSSL.crypto import load_certificate, load_pkcs12, dump_privatekey, FILETYPE_PEM, FILETYPE_ASN1, Error
3+
from OpenSSL.crypto import load_certificate, dump_privatekey, FILETYPE_PEM, FILETYPE_ASN1, Error
44
from client_encryption.encryption_exception import CertificateError, PrivateKeyError, HashAlgorithmError
55
from cryptography.hazmat.primitives.serialization import pkcs12
66

0 commit comments

Comments
 (0)