diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-07-28 12:25:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 12:25:12 +0100 |
commit | 9643dfde6ac4568682c1cc187fef206debfedbd7 (patch) | |
tree | ea31f8fd9b1da92d84c5e8c0b85177cd5743d358 /changelog.d | |
parent | Restricted rooms (MSC3083) should not have their allow key redacted. (#10489) (diff) | |
download | synapse-9643dfde6ac4568682c1cc187fef206debfedbd7.tar.xz |
improve typing annotations in CachedCall (#10450)
tighten up some of the typing in CachedCall, which is going to be needed when Twisted 21.7 brings better typing on Deferred.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10450.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10450.misc b/changelog.d/10450.misc new file mode 100644 index 0000000000..aa646f0841 --- /dev/null +++ b/changelog.d/10450.misc @@ -0,0 +1 @@ + Update type annotations to work with forthcoming Twisted 21.7.0 release. |