-
- Downloads
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
Showing
- changelog.d/10446.misc 1 addition, 0 deletionschangelog.d/10446.misc
- synapse/http/federation/matrix_federation_agent.py 2 additions, 2 deletionssynapse/http/federation/matrix_federation_agent.py
- synapse/logging/context.py 2 additions, 2 deletionssynapse/logging/context.py
- synapse/module_api/__init__.py 1 addition, 1 deletionsynapse/module_api/__init__.py
Loading
Please register or sign in to comment