diff options
author | David Robertson <davidr@element.io> | 2022-05-09 11:48:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 10:48:14 +0000 |
commit | 8de0facaae08c422cbf1acefe898820d3bf5c632 (patch) | |
tree | 9af06d33baaae8442c1d718dd64747ec7e444759 /changelog.d | |
parent | Update changelog for #12587 to be more accurate (#12663) (diff) | |
download | synapse-8de0facaae08c422cbf1acefe898820d3bf5c632.tar.xz |
Fix mypy against latest pillow stubs (#12671)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12671.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12671.misc b/changelog.d/12671.misc new file mode 100644 index 0000000000..56df4e3831 --- /dev/null +++ b/changelog.d/12671.misc @@ -0,0 +1 @@ +Fix mypy against latest pillow stubs. |