diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-01-19 12:39:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 12:39:11 +0000 |
commit | 7ad7a47e5ae01b57299b17a266cc3b0269c0b3cd (patch) | |
tree | 4fd6526048b3c631dcf8b9a05ad14da582a78743 /changelog.d | |
parent | Fix preview of imgur and Tenor URLs. (#11669) (diff) | |
download | synapse-7ad7a47e5ae01b57299b17a266cc3b0269c0b3cd.tar.xz |
Add missing `auto_attribs=True` to the `_WrappedRustReporter` class (#11768)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11768.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11768.misc b/changelog.d/11768.misc new file mode 100644 index 0000000000..1cac1f7446 --- /dev/null +++ b/changelog.d/11768.misc @@ -0,0 +1 @@ +Use `auto_attribs` and native type hints for attrs classes. \ No newline at end of file |