forked-synapse/synapse/http/federation
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 Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
matrix_federation_agent.py Fix a handful of type annotations. (#10446) 2021-07-22 12:00:16 +01:00
srv_resolver.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
well_known_resolver.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00