diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-21 06:44:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 06:44:31 -0400 |
commit | de5cafe980391ae6e2de1d38ac4e42dea182a304 (patch) | |
tree | 6b7a69562b72b7163363eea9811623bfc3ebef98 /changelog.d | |
parent | Consistently use wrap_as_background_task in more places (#8599) (diff) | |
download | synapse-de5cafe980391ae6e2de1d38ac4e42dea182a304.tar.xz |
Add type hints to profile and base handlers. (#8609)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8609.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8609.misc b/changelog.d/8609.misc new file mode 100644 index 0000000000..5e3f3c1993 --- /dev/null +++ b/changelog.d/8609.misc @@ -0,0 +1 @@ +Add type hints to profile and base handler. |