diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-11-17 09:09:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 09:09:40 -0500 |
commit | 473dfec1e56cd4115886ad273dba5594ae02ea8a (patch) | |
tree | 5b3c1257bc2105cb2119074aa5b3e1d699fc6b9a /synapse/handlers | |
parent | Add admin API for logging in as a user (#8617) (diff) | |
download | synapse-473dfec1e56cd4115886ad273dba5594ae02ea8a.tar.xz |
Use TYPE_CHECKING instead of magic MYPY variable. (#8770)
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/presence.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/synapse/handlers/presence.py b/synapse/handlers/presence.py |