mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 20:22:07 +03:00
d8324b8238
* 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
1 line
73 B
Text
1 line
73 B
Text
Update type annotations to work with forthcoming Twisted 21.7.0 release.
|