summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-07 15:24:44 +0000
committerGitHub <noreply@github.com>2023-02-07 15:24:44 +0000
commit2dff93099b5aa7e213da76a9c4b3de84385b58e1 (patch)
tree8b277a7fcb9b7d98bc03a113c16b3aa1edf8079e /changelog.d
parentProper types for tests.test_terms_auth (#15007) (diff)
downloadsynapse-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 'changelog.d')
-rw-r--r--changelog.d/15008.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15008.misc b/changelog.d/15008.misc
new file mode 100644
index 0000000000..93ceaeafc9
--- /dev/null
+++ b/changelog.d/15008.misc
@@ -0,0 +1 @@
+Improve type hints.