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:
Quentin Gliech 2024-06-12 13:35:59 +02:00
parent 52f47d12a9
commit 6a860838bb
No known key found for this signature in database
GPG key ID: 22D62B84552719FC

View file

@ -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