diff --git a/python/tests/pk_test.py b/python/tests/pk_test.py index 096b6a8..fe3b4b6 100644 --- a/python/tests/pk_test.py +++ b/python/tests/pk_test.py @@ -1,12 +1,7 @@ import pytest -from olm import ( - ed25519_verify, - PkDecryption, - PkDecryptionError, - PkEncryption, - PkSigning -) +from olm import (PkDecryption, PkDecryptionError, PkEncryption, PkSigning, + ed25519_verify) class TestClass(object):