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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/8770.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8770.misc b/changelog.d/8770.misc new file mode 100644 index 0000000000..b5876a82f9 --- /dev/null +++ b/changelog.d/8770.misc @@ -0,0 +1 @@ +Use `TYPE_CHECKING` instead of magic `MYPY` variable. |