more isort

This commit is contained in:
Hubert Chathi 2019-04-12 19:17:06 -04:00
parent 107adba241
commit ab6e8d5086

View file

@ -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):