diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-12-09 11:15:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 16:15:46 +0000 |
commit | 0cc3bf97b4399234cf20f52ae4c09d03661225ff (patch) | |
tree | bdaed7ffc6750e25962a30242ac1c30b0883257e /changelog.d | |
parent | Use HTTPStatus constants in place of literals in `synapse.http` (#11543) (diff) | |
download | synapse-0cc3bf97b4399234cf20f52ae4c09d03661225ff.tar.xz |
Additional type hints for the config module, part 2. (#11480)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11480.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11480.misc b/changelog.d/11480.misc new file mode 100644 index 0000000000..aadc938b2b --- /dev/null +++ b/changelog.d/11480.misc @@ -0,0 +1 @@ +Add missing type hints to `synapse.config` module. |