forked-synapse/synapse/module_api
Richard van der Hoff d8324b8238
Fix a handful of type annotations. (#10446)
* 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
2021-07-22 12:00:16 +01:00
..
__init__.py Fix a handful of type annotations. (#10446) 2021-07-22 12:00:16 +01:00
errors.py Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00