MatrixSynapse/synapse/server_notices
Patrick Cloke d8cc86eff4
Remove redundant types from comments. (#14412)
Remove type hints from comments which have been added
as Python type hints. This helps avoid drift between comments
and reality, as well as removing redundant information.

Also adds some missing type hints which were simple to fill in.
2022-11-16 15:25:24 +00:00
..
__init__.py
consent_server_notices.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
resource_limits_server_notices.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
server_notices_manager.py Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 2022-08-24 14:13:12 -05:00
server_notices_sender.py
worker_server_notices_sender.py