diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-22 11:56:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 11:56:58 +0100 |
commit | a9f90fa73af8bc324aa4fbe2ca920fe5f47c4fee (patch) | |
tree | 3d833ba4063dc535baa39e1e89faecc83e4ed450 /changelog.d | |
parent | Don't instansiate Requester directly (#8614) (diff) | |
download | synapse-a9f90fa73af8bc324aa4fbe2ca920fe5f47c4fee.tar.xz |
Type hints for RegistrationStore (#8615)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8615.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8615.misc b/changelog.d/8615.misc new file mode 100644 index 0000000000..79fa7b7ff8 --- /dev/null +++ b/changelog.d/8615.misc @@ -0,0 +1 @@ +Type hints for `RegistrationStore`. |