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
|
||||
|
||||
from olm import (
|
||||
ed25519_verify,
|
||||
PkDecryption,
|
||||
PkDecryptionError,
|
||||
PkEncryption,
|
||||
PkSigning
|
||||
)
|
||||
from olm import (PkDecryption, PkDecryptionError, PkEncryption, PkSigning,
|
||||
ed25519_verify)
|
||||
|
||||
|
||||
class TestClass(object):
|
||||
|
|
Loading…
Reference in a new issue