diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-06-30 09:05:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 13:05:06 +0000 |
commit | 6ad012ef89c966cbb3616c1be63d964db48d49ca (patch) | |
tree | 2f1cac7b53b6362e73037c8ca2ad6e6bfc09cb10 /changelog.d | |
parent | Improve startup times in Complement test runs against workers, particularly i... (diff) | |
download | synapse-6ad012ef89c966cbb3616c1be63d964db48d49ca.tar.xz |
More type hints for `synapse.logging` (#13103)
Completes type hints for synapse.logging.scopecontextmanager and (partially) for synapse.logging.opentracing.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13103.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13103.misc b/changelog.d/13103.misc new file mode 100644 index 0000000000..4de5f9e905 --- /dev/null +++ b/changelog.d/13103.misc @@ -0,0 +1 @@ +Add missing type hints to `synapse.logging`. |