summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-12-13 16:28:26 +0000
committerGitHub <noreply@github.com>2021-12-13 16:28:26 +0000
commit1abfb15f07d4f8119afcf908f9e1903e7feef371 (patch)
treeeef0ee44bb012e486fc691e24c1e6fe552771fcf /changelog.d
parentAdd type hints to `synapse/storage/databases/main/account_data.py` (#11546) (diff)
downloadsynapse-1abfb15f07d4f8119afcf908f9e1903e7feef371.tar.xz
Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11551.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11551.misc b/changelog.d/11551.misc
new file mode 100644
index 0000000000..d451940bf2
--- /dev/null
+++ b/changelog.d/11551.misc
@@ -0,0 +1 @@
+Add missing type hints to storage classes.