diff options
author | David Robertson <davidr@element.io> | 2022-05-17 17:06:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 16:06:45 +0000 |
commit | 5331fb5b478789a3ffaaeddb58f8d1cefd42a9eb (patch) | |
tree | abc584252f453004d1323b685d1c70e35a3d1194 /changelog.d | |
parent | Add some type hints to datastore (#12717) (diff) | |
download | synapse-5331fb5b478789a3ffaaeddb58f8d1cefd42a9eb.tar.xz |
allow `on_invalidate=None` in `@cached` methods (#12769)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12769.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12769.misc b/changelog.d/12769.misc new file mode 100644 index 0000000000..27bd53abe3 --- /dev/null +++ b/changelog.d/12769.misc @@ -0,0 +1 @@ +Tweak the mypy plugin so that `@cached` can accept `on_invalidate=None`. |