mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 15:14:12 -04:00
Require type hints in the handlers module. (#10831)
Adds missing type hints to methods in the synapse.handlers module and requires all methods to have type hints there. This also removes the unused construct_auth_difference method from the FederationHandler.
This commit is contained in:
parent
437961744c
commit
b3590614da
35 changed files with 194 additions and 295 deletions
|
@ -541,7 +541,7 @@ class RoomSummaryHandler:
|
|||
origin: str,
|
||||
requested_room_id: str,
|
||||
suggested_only: bool,
|
||||
):
|
||||
) -> JsonDict:
|
||||
"""
|
||||
Implementation of the room hierarchy Federation API.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue