summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-09-08 16:50:51 -0400
committerGitHub <noreply@github.com>2020-09-08 16:50:51 -0400
commite45b834119468272816c6558ebadb5cc286f148b (patch)
tree9c5d7fc58393e61a89e37e8ff9f123d2654d069c /changelog.d
parentFix mypy error on develop (#8282) (diff)
downloadsynapse-e45b834119468272816c6558ebadb5cc286f148b.tar.xz
Add types to async_helpers (#8260)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8260.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8260.misc b/changelog.d/8260.misc
new file mode 100644
index 0000000000..164eea8b59
--- /dev/null
+++ b/changelog.d/8260.misc
@@ -0,0 +1 @@
+Add type hints to `synapse.util.async_helpers`.