diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-11-30 15:39:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 15:39:07 +0000 |
commit | 5a0b652d36ae4b6d423498c1f2c82c97a49c6f75 (patch) | |
tree | 16e7f4f015716252e2846ba187e5cece6d7fddbd /changelog.d | |
parent | Remove unnecessary `json.dumps` from `tests.rest.admin` (#11461) (diff) | |
download | synapse-5a0b652d36ae4b6d423498c1f2c82c97a49c6f75.tar.xz |
Eliminate a few `Any`s in `LruCache` type hints (#11453)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11453.misc | 1 |
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`. |