summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-11-30 15:39:07 +0000
committerGitHub <noreply@github.com>2021-11-30 15:39:07 +0000
commit5a0b652d36ae4b6d423498c1f2c82c97a49c6f75 (patch)
tree16e7f4f015716252e2846ba187e5cece6d7fddbd /changelog.d
parentRemove unnecessary `json.dumps` from `tests.rest.admin` (#11461) (diff)
downloadsynapse-5a0b652d36ae4b6d423498c1f2c82c97a49c6f75.tar.xz
Eliminate a few `Any`s in `LruCache` type hints (#11453)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11453.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11453.misc b/changelog.d/11453.misc
new file mode 100644
index 0000000000..a31ab826e5
--- /dev/null
+++ b/changelog.d/11453.misc
@@ -0,0 +1 @@
+Improve type hints for `LruCache`.