more isort

poljar/cmake_sas
Hubert Chathi 2019-04-12 19:17:06 -04:00
parent 107adba241
commit ab6e8d5086
1 changed files with 2 additions and 7 deletions

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