synapse/changelog.d/10915.misc
Patrick Cloke eb2c7e51c4
Clean-up type hints in server config (#10915)
By using attrs instead of dicts to store configuration.

Also updates some of the attrs classes to use proper type
hints and auto_attribs.
2021-09-28 09:24:40 -04:00

2 lines
68 B
Plaintext

Clean-up configuration helper classes for the `ServerConfig` class.