diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-12-15 18:00:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 18:00:48 +0000 |
commit | c7fe32edb4da58a262ec37ce6fde7bef95920872 (patch) | |
tree | 643f4653b42a18d15c68390c982356341611e7d3 /changelog.d | |
parent | Require Collections as the parameters for simple_* methods. (#11580) (diff) | |
download | synapse-c7fe32edb4da58a262ec37ce6fde7bef95920872.tar.xz |
Add type hints to `synapse/storage/databases/main/room.py` (#11575)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11575.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11575.misc b/changelog.d/11575.misc new file mode 100644 index 0000000000..d451940bf2 --- /dev/null +++ b/changelog.d/11575.misc @@ -0,0 +1 @@ +Add missing type hints to storage classes. |