diff options
author | David Robertson <davidr@element.io> | 2021-11-12 20:24:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-12 20:24:12 +0000 |
commit | fe58672546ce6e43e3cb4f9924efee51c905d801 (patch) | |
tree | c1dfbb2775ec733d1ada28144769ebefff8031c3 /changelog.d | |
parent | Rollback #11322 due to wrong syntax in mypy.ini. (#11332) (diff) | |
download | synapse-fe58672546ce6e43e3cb4f9924efee51c905d801.tar.xz |
Annotations for state_deltas.py (#11316)
I was sad that I couldn't do better for `_curr_state_delta_stream_cache`. At least it's explicitly called out in a comment with #TODO.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11316.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11316.misc b/changelog.d/11316.misc new file mode 100644 index 0000000000..86594a332d --- /dev/null +++ b/changelog.d/11316.misc @@ -0,0 +1 @@ +Add type hints to storage classes. |