Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Test lint fixup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Nov 29, 2023
1 parent 19dac97 commit a704c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/client/account_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
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

Expand Down

0 comments on commit a704c56

Please sign in to comment.