summary refs log tree commit diff
path: root/synapse/logging/_structured.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/logging/_structured.py')
-rw-r--r--synapse/logging/_structured.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/logging/_structured.py b/synapse/logging/_structured.py

index 3220e985a9..334ddaf39a 100644 --- a/synapse/logging/_structured.py +++ b/synapse/logging/_structured.py
@@ -185,7 +185,7 @@ DEFAULT_LOGGERS = {"synapse": {"level": "INFO"}} def parse_drain_configs( - drains: dict + drains: dict, ) -> typing.Generator[DrainConfiguration, None, None]: """ Parse the drain configurations.