mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-26 13:07:46 +00:00
* switch from `types.CoroutineType` to `typing.Coroutine` these should be identical semantically, and since `defer.ensureDeferred` is defined to take a `typing.Coroutine`, will keep mypy happy * Fix some annotations on inlineCallbacks functions * changelog