diff options
author | David Robertson <davidr@element.io> | 2021-11-12 15:58:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-12 15:58:17 +0000 |
commit | 6f8f3d4bc5283abdbc52f7376975d7f3bacfe159 (patch) | |
tree | 80e4daab9128a4ee32d75e1a40b3f595ddd71a55 /changelog.d | |
parent | Misc typing fixes for `tests`, part 1 of N (#11323) (diff) | |
download | synapse-6f8f3d4bc5283abdbc52f7376975d7f3bacfe159.tar.xz |
Attempt to annotate events_forward_extremities (#11314)
* Make DataStore inherit from EventForwardExtremitiesStore before CacheInvalidationWorkerStore the former implicitly inherits from the latter, so they should be ordered like this when used.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11314.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11314.misc b/changelog.d/11314.misc new file mode 100644 index 0000000000..86594a332d --- /dev/null +++ b/changelog.d/11314.misc @@ -0,0 +1 @@ +Add type hints to storage classes. |