aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-04-12 19:17:06 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-04-12 19:17:06 -0400
commitab6e8d5086894ae73c33b124a0c04df4b0195a46 (patch)
tree3ce9b3fffd593dcd8df1c40e9841fb76c0881d35
parent107adba241dc2cd6483bddc1d10087af5abe98ae (diff)
more isort
-rw-r--r--python/tests/pk_test.py9
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):