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 /synapse/handlers/_base.py | |
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 'synapse/handlers/_base.py')
-rw-r--r-- | synapse/handlers/_base.py | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/synapse/handlers/_base.py b/synapse/handlers/_base.py |