mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-10-04 17:38:26 -04:00
pantalaimon: Isort the repo.
This commit is contained in:
parent
0bd4562be7
commit
51700068b9
5 changed files with 27 additions and 46 deletions
|
@ -1,18 +1,16 @@
|
|||
import pdb
|
||||
import pytest
|
||||
import tempfile
|
||||
import shutil
|
||||
import tempfile
|
||||
from random import choices
|
||||
from string import ascii_letters, ascii_uppercase, digits
|
||||
|
||||
from nio.crypto import OlmAccount
|
||||
from nio.store import SqliteStore
|
||||
from pantalaimon.store import PanStore
|
||||
|
||||
import pytest
|
||||
from faker import Faker
|
||||
from faker.providers import BaseProvider
|
||||
from nio.crypto import OlmAccount
|
||||
from nio.store import SqliteStore
|
||||
|
||||
from random import choices
|
||||
from string import digits, ascii_letters, ascii_uppercase
|
||||
|
||||
from pantalaimon.store import PanStore
|
||||
|
||||
faker = Faker()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue