diff options
author | David Robertson <davidr@element.io> | 2023-02-03 19:22:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 19:22:40 +0000 |
commit | e301ee6189f9b24ecf4ff5a2eb83529d3d32dc98 (patch) | |
tree | f48557c628ffbd96404c435b64d4cc6d7ad967bf /changelog.d | |
parent | Add a docstring & tests for _flatten_dict. (#14981) (diff) | |
download | synapse-e301ee6189f9b24ecf4ff5a2eb83529d3d32dc98.tar.xz |
Properly typecheck tests.app (#14984
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14984.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14984.misc b/changelog.d/14984.misc new file mode 100644 index 0000000000..93ceaeafc9 --- /dev/null +++ b/changelog.d/14984.misc @@ -0,0 +1 @@ +Improve type hints. |