mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
Fix the import for RequestBodyModel
This apparently got moved in develop, so cherry-picking the merge stuff. This should be reverted once we merge develop again
This commit is contained in:
parent
52f47d12a9
commit
6a860838bb
1 changed files with 1 additions and 1 deletions
|
@ -32,8 +32,8 @@ from synapse.http.servlet import (
|
|||
parse_json_object_from_request,
|
||||
)
|
||||
from synapse.http.site import SynapseRequest
|
||||
from synapse.rest.models import RequestBodyModel
|
||||
from synapse.types import JsonDict
|
||||
from synapse.types.rest import RequestBodyModel
|
||||
|
||||
from ._base import client_patterns
|
||||
|
||||
|
|
Loading…
Reference in a new issue