diff options
author | David Robertson <davidr@element.io> | 2023-03-09 19:12:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 19:12:09 +0000 |
commit | ce54477f6fa0264ef00b15bc3e0c2503d85ab061 (patch) | |
tree | 54fdba58b820dd7cd226b83c4f65eb8d8eacf002 /changelog.d | |
parent | Faster joins: Fix spurious errors on incremental sync (#15232) (diff) | |
download | synapse-ce54477f6fa0264ef00b15bc3e0c2503d85ab061.tar.xz |
Give PyCharm some help with `@cache_in_self` (#15238)
* Give PyCharm some help with `@cache_in_self` * Changelog * Fix import for old python versions
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15238.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15238.misc b/changelog.d/15238.misc new file mode 100644 index 0000000000..93ceaeafc9 --- /dev/null +++ b/changelog.d/15238.misc @@ -0,0 +1 @@ +Improve type hints. |