diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-11 07:07:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 07:07:15 -0500 |
commit | e10a2fe0c28ec9206c0e2275df492f61ff5025f2 (patch) | |
tree | baf9fad960226e111494e62ae7eed2de3439eac8 /changelog.d/12108.misc | |
parent | Remove unnecessary pass statements. (#12206) (diff) | |
download | synapse-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.misc | 2 |
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. |