chore: fix too long comment

This commit is contained in:
Matthias
2025-03-13 20:17:07 +01:00
parent 385b39ff66
commit 7e154c6fb6

View File

@@ -891,7 +891,10 @@ CONF_SCHEMA = {
# based on logging.config documentation
# "additionalProperties": {
# "type": "object",
# "properties": {"format": {"type": "string"}, "datefmt": {"type": "string"}},
# "properties": {
# "format": {"type": "string"},
# "datefmt": {"type": "string"},
# },
# "required": ["format"],
# },
},