diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-12-13 16:28:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 16:28:26 +0000 |
commit | 1abfb15f07d4f8119afcf908f9e1903e7feef371 (patch) | |
tree | eef0ee44bb012e486fc691e24c1e6fe552771fcf /changelog.d | |
parent | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546) (diff) | |
download | synapse-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.misc | 1 |
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. |