Skip to content

Commit f3a7047

Browse files
author
liuhuiqi.7
committed
feat(ark e2e): fix lint
Change-Id: I718920bf2c209ff42c2542ff5051a3a9500b257f
1 parent 35db659 commit f3a7047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volcenginesdkarkruntime/_utils/_key_agreement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def encrypt_string_with_key(self, key: bytes, nonce: bytes, plaintext: str) -> s
9191
# Encrypt message using AES-GCM
9292
ciphertext = aes_gcm_encrypt_base64_string(key, nonce, plaintext)
9393
return ciphertext
94-
94+
9595
def decrypt_string_with_key(self, key: bytes, nonce: bytes, ciphertext: str) -> str:
9696
"""decrypt_string_with_key decrypt ciphertext with ECIES DH protocol
9797
"""

0 commit comments

Comments
 (0)