diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-10 18:15:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 18:15:56 +0000 |
commit | a7a379006651ea219c2618c0a47e8f4053a9e769 (patch) | |
tree | 69e7b5a439c4304e52dc1170dd74ee80f3053843 /changelog.d | |
parent | Fix the auth provider on the logins metric (#9573) (diff) | |
download | synapse-a7a379006651ea219c2618c0a47e8f4053a9e769.tar.xz |
Convert Requester to attrs (#9586)
... because namedtuples suck Fix up a couple of other annotations to keep mypy happy.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9586.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9586.misc b/changelog.d/9586.misc new file mode 100644 index 0000000000..2def9d5f55 --- /dev/null +++ b/changelog.d/9586.misc @@ -0,0 +1 @@ +Convert `synapse.types.Requester` to an `attrs` class. |