diff options
author | David Robertson <davidr@element.io> | 2023-02-09 00:23:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 00:23:35 +0000 |
commit | 7081bb56e2b4201ee730310a88180b6f76af1337 (patch) | |
tree | c6d592a19bc732e55129f5dd1f652f6ba94b5a50 /changelog.d | |
parent | Add more missing type hints to tests. (#15028) (diff) | |
download | synapse-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.misc | 1 |
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. |