summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-07-16 13:52:29 +0100
committerGitHub <noreply@github.com>2020-07-16 13:52:29 +0100
commita973bcb8a4dd73cc504a2928a5a4bd30ebf4aeae (patch)
tree199a0621b184f3ef16d53a497cb74aee605f6964 /changelog.d
parentRemove obsolete comment. (diff)
downloadsynapse-a973bcb8a4dd73cc504a2928a5a4bd30ebf4aeae.tar.xz
Add some tiny type annotations (#7870)
I found these made pycharm have more of a clue as to what was going on in other places.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7870.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7870.misc b/changelog.d/7870.misc
new file mode 100644
index 0000000000..27cce2f2f9
--- /dev/null
+++ b/changelog.d/7870.misc
@@ -0,0 +1 @@
+Add some type annotations to `HomeServer` and `BaseHandler`.