diff options
author | David Robertson <davidr@element.io> | 2021-11-16 10:41:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 10:41:35 +0000 |
commit | 0dda1a79687b8375dd5b23763ba1585e5dad030d (patch) | |
tree | dd60cd7bd9585e775c1b65b23de8997db1298a39 /changelog.d | |
parent | change 'Home Server' to one word 'homeserver' (#11320) (diff) | |
download | synapse-0dda1a79687b8375dd5b23763ba1585e5dad030d.tar.xz |
Misc typing fixes for tests, part 2 of N (#11330)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11330.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11330.misc b/changelog.d/11330.misc new file mode 100644 index 0000000000..86f26543dd --- /dev/null +++ b/changelog.d/11330.misc @@ -0,0 +1 @@ +Improve type annotations in Synapse's test suite. |