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 /mypy.ini | |
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 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini index e062cf43a2..b9b16860db 100644 --- a/mypy.ini +++ b/mypy.ini @@ -88,9 +88,6 @@ disallow_untyped_defs = False [mypy-synapse.logging.opentracing] disallow_untyped_defs = False -[mypy-synapse.logging.scopecontextmanager] -disallow_untyped_defs = False - [mypy-synapse.metrics._reactor_metrics] disallow_untyped_defs = False # This module imports select.epoll. That exists on Linux, but doesn't on macOS. |