summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-10-15 11:44:39 +0100
committerGitHub <noreply@github.com>2020-10-15 11:44:39 +0100
commit8075504a600b47ac93faf9b605ade691ae0fbcd3 (patch)
treefb3ab30d871bd18852cd2b87e38d315dc49b59cf /changelog.d
parentMerge pull request #8548 from matrix-org/rav/deferred_cache (diff)
downloadsynapse-8075504a600b47ac93faf9b605ade691ae0fbcd3.tar.xz
Enable mypy for synapse.util.caches (#8547)
This seemed to entail dragging in a type stub for SortedList.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8547.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8547.misc b/changelog.d/8547.misc
new file mode 100644
index 0000000000..fafb1c8347
--- /dev/null
+++ b/changelog.d/8547.misc
@@ -0,0 +1 @@
+Enable mypy type checking for `synapse.util.caches`.