summary refs log tree commit diff
path: root/synapse/rest/client/account_data.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-11-29 14:08:03 +0000
committerErik Johnston <erik@matrix.org>2023-11-29 14:08:03 +0000
commita704c56d79bf6821279195236733591854d6196f (patch)
tree65d048e8b6473c982d3d27f3444612dc63b22175 /synapse/rest/client/account_data.py
parentAdd a workflow to try and automatically fixup a PR (#16704) (diff)
downloadsynapse-a704c56d79bf6821279195236733591854d6196f.tar.xz
Test lint fixup workflow
Diffstat (limited to 'synapse/rest/client/account_data.py')
-rw-r--r--synapse/rest/client/account_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/account_data.py b/synapse/rest/client/account_data.py

index ce0c4e7742..fa85ccb7bc 100644 --- a/synapse/rest/client/account_data.py +++ b/synapse/rest/client/account_data.py
@@ -19,8 +19,8 @@ from synapse.api.constants import AccountDataTypes, ReceiptTypes from synapse.api.errors import AuthError, Codes, NotFoundError, SynapseError from synapse.http.server import HttpServer from synapse.http.servlet import RestServlet, parse_json_object_from_request -from synapse.http.site import SynapseRequest from synapse.types import JsonDict, JsonMapping, RoomID +from synapse.http.site import SynapseRequest from ._base import client_patterns