summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-11-12 20:24:12 +0000
committerGitHub <noreply@github.com>2021-11-12 20:24:12 +0000
commitfe58672546ce6e43e3cb4f9924efee51c905d801 (patch)
treec1dfbb2775ec733d1ada28144769ebefff8031c3 /changelog.d
parentRollback #11322 due to wrong syntax in mypy.ini. (#11332) (diff)
downloadsynapse-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.misc1
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.