summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-09 00:23:35 +0000
committerGitHub <noreply@github.com>2023-02-09 00:23:35 +0000
commit7081bb56e2b4201ee730310a88180b6f76af1337 (patch)
treec6d592a19bc732e55129f5dd1f652f6ba94b5a50 /changelog.d
parentAdd more missing type hints to tests. (#15028) (diff)
downloadsynapse-7081bb56e2b4201ee730310a88180b6f76af1337.tar.xz
Proper types for `tests.module_api` (#15031)
* -> None for test methods

* A first batch of type fixes

* Introduce common parent test case

* Fixup that big test method

* tests.module_api passes mypy

* Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15031.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15031.misc b/changelog.d/15031.misc
new file mode 100644
index 0000000000..93ceaeafc9
--- /dev/null
+++ b/changelog.d/15031.misc
@@ -0,0 +1 @@
+Improve type hints.