diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-03 15:38:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 15:38:32 +0100 |
commit | 208e1d3eb345dca12e25696e30cee7e788b65ae2 (patch) | |
tree | 1075ad1835ff5d9451c599643c16ecd62e8dc3ca /changelog.d | |
parent | Remove useless changelog about reverting a #8239. (diff) | |
download | synapse-208e1d3eb345dca12e25696e30cee7e788b65ae2.tar.xz |
Fix typing for `@cached` wrapped functions (#8240)
This requires adding a mypy plugin to fiddle with the type signatures a bit.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8240.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8240.misc b/changelog.d/8240.misc new file mode 100644 index 0000000000..acfbd89e24 --- /dev/null +++ b/changelog.d/8240.misc @@ -0,0 +1 @@ +Fix type hints for functions decorated with `@cached`. |