summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-11-17 09:09:40 -0500
committerGitHub <noreply@github.com>2020-11-17 09:09:40 -0500
commit473dfec1e56cd4115886ad273dba5594ae02ea8a (patch)
tree5b3c1257bc2105cb2119074aa5b3e1d699fc6b9a /changelog.d
parentAdd admin API for logging in as a user (#8617) (diff)
downloadsynapse-473dfec1e56cd4115886ad273dba5594ae02ea8a.tar.xz
Use TYPE_CHECKING instead of magic MYPY variable. (#8770)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8770.misc1
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.