mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-16 03:00:31 +00:00
chore: fix too long comment
This commit is contained in:
@@ -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"],
|
||||
# },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user