diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-19 08:32:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 08:32:21 -0500 |
commit | a1901abd6bb7be4887f439350144a9c8ca548208 (patch) | |
tree | f102383e2f58d323f8abb5d3ba3f534b183ec728 /changelog.d | |
parent | Fix style checking due to updated black. (diff) | |
download | synapse-a1901abd6bb7be4887f439350144a9c8ca548208.tar.xz |
Add documentation and type hints to parse_duration. (#9432)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9432.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9432.misc b/changelog.d/9432.misc new file mode 100644 index 0000000000..1e07da2033 --- /dev/null +++ b/changelog.d/9432.misc @@ -0,0 +1 @@ +Add documentation and type hints to `parse_duration`. |