diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-02-28 19:59:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 18:59:00 +0000 |
commit | 952efd0bca967bc2fcabe5c3f1f58e14ddc41686 (patch) | |
tree | c4f7db85a4d593e3ee10c2964149b249cf51a810 /changelog.d | |
parent | Remove the unstable `/spaces` endpoint. (#12073) (diff) | |
download | synapse-952efd0bca967bc2fcabe5c3f1f58e14ddc41686.tar.xz |
Add type hints to `tests/rest/client` (#12094)
* Add type hints to `tests/rest/client` * update `mypy.ini` * newsfile * add `test_register.py`
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12094.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12094.misc b/changelog.d/12094.misc new file mode 100644 index 0000000000..0360dbd61e --- /dev/null +++ b/changelog.d/12094.misc @@ -0,0 +1 @@ +Add type hints to `tests/rest/client`. |