diff options
author | Erik Johnston <erik@matrix.org> | 2020-08-11 19:40:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 19:40:02 +0100 |
commit | a1e9bb9eae7f90e93e0ba02e84e8216e3c2f447a (patch) | |
tree | ed117429c68d8ebc4e1f70461ea1450b174cad34 /changelog.d/8058.misc | |
parent | Reduce INFO logging (#8050) (diff) | |
download | synapse-a1e9bb9eae7f90e93e0ba02e84e8216e3c2f447a.tar.xz |
Add typing info to Notifier (#8058)
Diffstat (limited to 'changelog.d/8058.misc')
-rw-r--r-- | changelog.d/8058.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8058.misc b/changelog.d/8058.misc new file mode 100644 index 0000000000..41a27e5d72 --- /dev/null +++ b/changelog.d/8058.misc @@ -0,0 +1 @@ +Add type hints to `Notifier`. |