1
0
Files
synapse/scripts-dev/mypy_synapse_plugin.py
Patrick Cloke 1f55c04cbc Improve type hints for cached decorator. (#15658)
The cached decorators always return a Deferred, which was not
properly propagated. It was close enough when wrapping coroutines,
but failed if a bare function was wrapped.
2023-05-24 12:59:31 +00:00

5.2 KiB