more isort
This commit is contained in:
parent
107adba241
commit
ab6e8d5086
1 changed files with 2 additions and 7 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue