diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-16 13:52:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 13:52:29 +0100 |
commit | a973bcb8a4dd73cc504a2928a5a4bd30ebf4aeae (patch) | |
tree | 199a0621b184f3ef16d53a497cb74aee605f6964 /changelog.d | |
parent | Remove obsolete comment. (diff) | |
download | synapse-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.misc | 1 |
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`. |