diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-25 20:38:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 14:38:20 -0500 |
commit | 836c592f15b1511c4b367f2778c0e3d1a89dba09 (patch) | |
tree | fa78d1ed783090e1d010b0fbd49fbd9ff6231f7c /changelog.d | |
parent | 1.76.0rc1 (diff) | |
download | synapse-836c592f15b1511c4b367f2778c0e3d1a89dba09.tar.xz |
Fix type hints in knocking tests. (#14887)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14887.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14887.misc b/changelog.d/14887.misc new file mode 100644 index 0000000000..9f5384e60e --- /dev/null +++ b/changelog.d/14887.misc @@ -0,0 +1 @@ +Add missing type hints. \ No newline at end of file |