chore: code clean-up

This commit is contained in:
Vlad Stan 2023-03-16 18:34:37 +02:00
parent accf627836
commit 482961a2ef
3 changed files with 0 additions and 8 deletions

View file

@ -61,7 +61,6 @@ def test_decrypt_encrypt(encoded_message: str, encryption_key):
assert (
encoded_message == ecrypted_msg
), f"expected '{encoded_message}', but got '{ecrypted_msg}'"
print("### test_decrypt_encrypt", encoded_message == ecrypted_msg)
ffi = FFI()