diff options
author | reivilibre <oliverw@matrix.org> | 2021-10-27 17:27:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 17:27:23 +0100 |
commit | 75ca0a6168f92dab3255839cf85fb0df3a0076c3 (patch) | |
tree | b4326bf5fae23b6df52d9f43dbc6d1ddce3b68c6 /changelog.d | |
parent | Fixed config parse bug in review_recent_signups (#11191) (diff) | |
download | synapse-75ca0a6168f92dab3255839cf85fb0df3a0076c3.tar.xz |
Annotate `log_function` decorator (#10943)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10943.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10943.misc b/changelog.d/10943.misc new file mode 100644 index 0000000000..3ce28d1a67 --- /dev/null +++ b/changelog.d/10943.misc @@ -0,0 +1 @@ +Add type annotations for the `log_function` decorator. |