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:10 +0000
committerGitHub <noreply@github.com>2021-12-13 16:28:10 +0000
commit6da8591f2ef9597880ace89aaf434332dddaa711 (patch)
treead7366da00d9de508201d95918eff082e6f8fb05 /changelog.d
parentMake `get_device` return None if the device doesn't exist rather than raising... (diff)
downloadsynapse-6da8591f2ef9597880ace89aaf434332dddaa711.tar.xz
Add type hints to `synapse/storage/databases/main/account_data.py` (#11546)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11546.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11546.misc b/changelog.d/11546.misc
new file mode 100644
index 0000000000..d451940bf2
--- /dev/null
+++ b/changelog.d/11546.misc
@@ -0,0 +1 @@
+Add missing type hints to storage classes.