diff options
author | David Robertson <davidr@element.io> | 2022-03-02 17:24:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 17:24:52 +0000 |
commit | 106959b3cf1a59ab5469db639223b6a5b84fb7d7 (patch) | |
tree | 4d56733cf7e6e2b4f3937c4b70dfa8d05f89f6bd /changelog.d | |
parent | Add type hints to `tests/rest/client` (#12108) (diff) | |
download | synapse-106959b3cf1a59ab5469db639223b6a5b84fb7d7.tar.xz |
Remove unused mocks from `test_typing` (#12136)
* Remove unused mocks from `test_typing` It's not clear what these do. `get_user_by_access_token` has the wrong signature, including the return type. Tests all pass without these. I think we should nuke them. * Changelog * Fixup imports
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12136.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12136.misc b/changelog.d/12136.misc new file mode 100644 index 0000000000..98b1c1c9d8 --- /dev/null +++ b/changelog.d/12136.misc @@ -0,0 +1 @@ +Remove unused mocks from `test_typing`. \ No newline at end of file |