0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-08 20:04:41 +02:00
synapse/changelog.d/10831.misc
Patrick Cloke b3590614da
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.
2021-09-20 08:56:23 -04:00

2 lines
36 B
Plaintext

Add missing type hints to handlers.