diff options
author | David Robertson <davidr@element.io> | 2023-02-07 15:24:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 15:24:44 +0000 |
commit | 2dff93099b5aa7e213da76a9c4b3de84385b58e1 (patch) | |
tree | 8b277a7fcb9b7d98bc03a113c16b3aa1edf8079e /mypy.ini | |
parent | Proper types for tests.test_terms_auth (#15007) (diff) | |
download | synapse-2dff93099b5aa7e213da76a9c4b3de84385b58e1.tar.xz |
Typecheck tests.rest.media.v1.test_media_storage (#15008)
* Fix MediaStorage type hint * Typecheck tests.rest.media.v1.test_media_storage * Changelog * Remove assert and make the comment succinct * Fix syntax for olddeps
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index 0efafb26b6..4598002c4a 100644 --- a/mypy.ini +++ b/mypy.ini @@ -33,7 +33,6 @@ exclude = (?x) |synapse/storage/schema/ |tests/module_api/test_api.py - |tests/rest/media/v1/test_media_storage.py |tests/server.py )$ |