Skip to content

Commit 9595a55

Browse files
committed
Update jwe_encryption.py
1 parent 9cb4293 commit 9595a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_encryption/jwe_encryption.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33
from Crypto.Cipher import AES
44
from Crypto.Cipher.AES import block_size
5-
from Crypto.Util.Padding import unpad, pad
5+
from Crypto.Util.Padding import unpad
66

77
from client_encryption.encoding_utils import url_encode_bytes, decode_jwe
88
from client_encryption.encryption_exception import EncryptionError

0 commit comments

Comments
 (0)