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 import pytest
from olm import ( from olm import (PkDecryption, PkDecryptionError, PkEncryption, PkSigning,
ed25519_verify, ed25519_verify)
PkDecryption,
PkDecryptionError,
PkEncryption,
PkSigning
)
class TestClass(object): class TestClass(object):