Fix import
This commit is contained in:
parent
def53187e8
commit
0092284140
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ from keycloak import KeycloakAdmin
|
|||
from keycloak.exceptions import KeycloakError
|
||||
|
||||
from mautrix.client import Client
|
||||
from mautrix.crypto import OlmMachine, Account
|
||||
from mautrix.crypto import OlmMachine
|
||||
from mautrix.crypto.account import Account
|
||||
from mautrix.crypto.store import MemoryCryptoStore
|
||||
from mautrix.client.state_store import MemoryStateStore
|
||||
from mautrix.types import (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue