[codestyle] ruff wanted it to format this way and we accept

This commit is contained in:
bronsen 2025-03-18 22:56:04 +01:00
parent 2b7e478a40
commit 003baf931d

View file

@ -119,7 +119,9 @@ LOGGING = {
"formatters": {
"logftm_formatter": {
"()": structlog.stdlib.ProcessorFormatter,
"processor": structlog.processors.LogfmtRenderer(sort_keys=True, key_order=["level", "event"]),
"processor": structlog.processors.LogfmtRenderer(
sort_keys=True, key_order=["level", "event"]
),
},
},
"handlers": {