summary refs log tree commit diff
path: root/changelog.d/12108.misc
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-03-11 07:07:15 -0500
committerGitHub <noreply@github.com>2022-03-11 07:07:15 -0500
commite10a2fe0c28ec9206c0e2275df492f61ff5025f2 (patch)
treebaf9fad960226e111494e62ae7eed2de3439eac8 /changelog.d/12108.misc
parentRemove unnecessary pass statements. (#12206) (diff)
downloadsynapse-e10a2fe0c28ec9206c0e2275df492f61ff5025f2.tar.xz
Add some type hints to the tests.handlers module. (#12207)
Diffstat (limited to 'changelog.d/12108.misc')
-rw-r--r--changelog.d/12108.misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/12108.misc b/changelog.d/12108.misc
index 0360dbd61e..b67a701dbb 100644
--- a/changelog.d/12108.misc
+++ b/changelog.d/12108.misc
@@ -1 +1 @@
-Add type hints to `tests/rest/client`.
+Add type hints to tests files.