diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-08 16:50:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 16:50:51 -0400 |
commit | e45b834119468272816c6558ebadb5cc286f148b (patch) | |
tree | 9c5d7fc58393e61a89e37e8ff9f123d2654d069c /changelog.d | |
parent | Fix mypy error on develop (#8282) (diff) | |
download | synapse-e45b834119468272816c6558ebadb5cc286f148b.tar.xz |
Add types to async_helpers (#8260)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8260.misc | 1 |
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`. |