mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-17 23:29:12 -04:00
Fix typechecker problems exposed by signedjson 1.1.2 (#12326)
This commit is contained in:
parent
1f32b90b0f
commit
e0bb268134
9 changed files with 38 additions and 25 deletions
|
@ -15,7 +15,7 @@ import logging
|
|||
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Tuple, Union
|
||||
|
||||
import attr
|
||||
from nacl.signing import SigningKey
|
||||
from signedjson.types import SigningKey
|
||||
|
||||
from synapse.api.constants import MAX_DEPTH
|
||||
from synapse.api.room_versions import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue