diff --git a/tests/test_bindings.py b/tests/test_bindings.py index 1d80f11fd..daebb4c0d 100644 --- a/tests/test_bindings.py +++ b/tests/test_bindings.py @@ -5,15 +5,10 @@ import pytest from self_encryption import ( DataMap, - EncryptedChunk, XorName, - encrypt, encrypt_from_file, - decrypt, decrypt_from_storage, - shrink_data_map, streaming_decrypt_from_storage, - verify_chunk, ) def test_basic_encryption_decryption():