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 Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
additional_resource.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
client.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
connectproxyclient.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
matrixfederationclient.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
proxyagent.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00
request_metrics.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
server.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
servlet.py Add type hints to additional servlet functions (#10437) 2021-07-21 18:12:22 +00:00
site.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00