diff options
author | Neil Pilgrim <github@kepier.clara.net> | 2020-03-07 09:57:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 17:57:26 +0000 |
commit | 2bff4457d9a40ffdd8ae1b5d1249a5e78fb8da01 (patch) | |
tree | e7de40a0f5ffdfaa6e276e02996447b6ef18971d /changelog.d | |
parent | Break down monthly active users by appservice_id (#7030) (diff) | |
download | synapse-2bff4457d9a40ffdd8ae1b5d1249a5e78fb8da01.tar.xz |
Add type hints to logging/context.py (#6309)
* Add type hints to logging/context.py Signed-off-by: neiljp (Neil Pilgrim) <github@kepier.clara.net>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6309.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6309.misc b/changelog.d/6309.misc new file mode 100644 index 0000000000..1aa7294617 --- /dev/null +++ b/changelog.d/6309.misc @@ -0,0 +1 @@ +Add type hints to `logging/context.py`. |