diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-04-23 12:02:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 12:02:16 -0400 |
commit | e83627926fb5373b383129b99a5039e8a2e329af (patch) | |
tree | c31b106b4297fdb13755dca06870816094145540 /changelog.d | |
parent | Make DomainSpecificString an attrs class (#9875) (diff) | |
download | synapse-e83627926fb5373b383129b99a5039e8a2e329af.tar.xz |
Add type hints to auth and auth_blocking. (#9876)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9876.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9876.misc b/changelog.d/9876.misc new file mode 100644 index 0000000000..28390e32e6 --- /dev/null +++ b/changelog.d/9876.misc @@ -0,0 +1 @@ +Add type hints to `synapse.api.auth` and `synapse.api.auth_blocking` modules. |