diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-03-04 15:37:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 15:37:02 +0000 |
commit | 75574726a766f09d955c05672d400c65cb341810 (patch) | |
tree | d0ba13875c21e06dfa4c87ee7c9225f363fc4ea4 /changelog.d | |
parent | Add test for `ObservableDeferred`'s cancellation behaviour (#12149) (diff) | |
download | synapse-75574726a766f09d955c05672d400c65cb341810.tar.xz |
Add type hints for `ObservableDeferred` attributes (#12159)
Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12159.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12159.misc b/changelog.d/12159.misc new file mode 100644 index 0000000000..30500f2fd9 --- /dev/null +++ b/changelog.d/12159.misc @@ -0,0 +1 @@ +Add type hints for `ObservableDeferred` attributes. |