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 | |
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')
-rw-r--r-- | changelog.d/12108.misc | 2 | ||||
-rw-r--r-- | changelog.d/12146.misc | 2 | ||||
-rw-r--r-- | changelog.d/12207.misc | 1 |
3 files changed, 3 insertions, 2 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. diff --git a/changelog.d/12146.misc b/changelog.d/12146.misc index 3ca7c47212..b67a701dbb 100644 --- a/changelog.d/12146.misc +++ b/changelog.d/12146.misc @@ -1 +1 @@ -Add type hints to `tests/rest`. +Add type hints to tests files. diff --git a/changelog.d/12207.misc b/changelog.d/12207.misc new file mode 100644 index 0000000000..b67a701dbb --- /dev/null +++ b/changelog.d/12207.misc @@ -0,0 +1 @@ +Add type hints to tests files. |