diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-05-24 10:18:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 14:18:52 +0000 |
commit | ca5c4be92166775ec1de9e79a04db1e136609a1f (patch) | |
tree | 96cb773799026c28e503ff154bed3dd0cf209734 /changelog.d | |
parent | Speed up user directory rebuild for users some more... (#15665) (diff) | |
download | synapse-ca5c4be92166775ec1de9e79a04db1e136609a1f.tar.xz |
Add type hints to test_descriptors. (#15659)
Require type hints in test_descriptors and add missing ones.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15659.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15659.misc b/changelog.d/15659.misc new file mode 100644 index 0000000000..93ceaeafc9 --- /dev/null +++ b/changelog.d/15659.misc @@ -0,0 +1 @@ +Improve type hints. |