MatrixSynapse/synapse/http
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
..
federation Fix a handful of type annotations. (#10446) 2021-07-22 12:00:16 +01:00
__init__.py
additional_resource.py
client.py
connectproxyclient.py
matrixfederationclient.py
proxyagent.py
request_metrics.py
server.py
servlet.py
site.py