diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-12 19:17:06 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-12 19:17:06 -0400 |
commit | ab6e8d5086894ae73c33b124a0c04df4b0195a46 (patch) | |
tree | 3ce9b3fffd593dcd8df1c40e9841fb76c0881d35 /python/tests | |
parent | 107adba241dc2cd6483bddc1d10087af5abe98ae (diff) |
more isort
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/pk_test.py | 9 |
1 files changed, 2 insertions, 7 deletions
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): |