matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.13k forks source link

Remove remaining usage of cursor_to_dict. #16564

Closed clokep closed 1 year ago

clokep commented 1 year ago

These were all one-offs, most of them get replaced with attrs classes. It is a bit annoying to make a class used in a single spot, but at least it does improve type hints a bit.