From ab6e8d5086894ae73c33b124a0c04df4b0195a46 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Fri, 12 Apr 2019 19:17:06 -0400 Subject: more isort --- python/tests/pk_test.py | 9 ++------- 1 file 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): -- cgit v1.2.3