summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-05-18 10:43:05 +0100
committerGitHub <noreply@github.com>2020-05-18 10:43:05 +0100
commit164f50f5f25a3204cce5fd2c8f196e9a9d4deb5d (patch)
treeb546d57768ee37c74147f7d7f179e3e69c1b8976 /changelog.d
parentAdd type hints to room member handlers (#7513) (diff)
downloadsynapse-164f50f5f25a3204cce5fd2c8f196e9a9d4deb5d.tar.xz
fix mypy for tests/replication (#7518)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7518.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7518.misc b/changelog.d/7518.misc
new file mode 100644
index 0000000000..f6e143fe1c
--- /dev/null
+++ b/changelog.d/7518.misc
@@ -0,0 +1 @@
+Fix typing annotations in `tests.replication`.