diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-12-13 16:28:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 16:28:10 +0000 |
commit | 6da8591f2ef9597880ace89aaf434332dddaa711 (patch) | |
tree | ad7366da00d9de508201d95918eff082e6f8fb05 /changelog.d | |
parent | Make `get_device` return None if the device doesn't exist rather than raising... (diff) | |
download | synapse-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.misc | 1 |
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. |