diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-15 09:54:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 09:54:13 -0400 |
commit | 3eba047d388fd0d798229a0779f343dbda8a2887 (patch) | |
tree | 991e2bdf96eec08a830ae5542f3368f656c0781a /changelog.d | |
parent | Add missing type hints to non-client REST servlets. (#10817) (diff) | |
download | synapse-3eba047d388fd0d798229a0779f343dbda8a2887.tar.xz |
Add type hints to state database module. (#10823)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10823.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10823.misc b/changelog.d/10823.misc new file mode 100644 index 0000000000..0532969900 --- /dev/null +++ b/changelog.d/10823.misc @@ -0,0 +1 @@ +Add type hints to the state database. |