From 0153fd8d7095c89318141f5f4c229324c44e9668 Mon Sep 17 00:00:00 2001 From: TheJoeSchr <8218910+TheJoeSchr@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:59:45 +0100 Subject: [PATCH] Update constants.py Fix formatting change --- freqtrade/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index ce9080f6e..15c17d691 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -591,7 +591,7 @@ CONF_SCHEMA = { "properties": { "shuffle": {"type": "boolean", "default": False}, "nu": {"type": "number", "default": 0.1} - }, + }, }, "shuffle_after_split": {"type": "boolean", "default": False}, "buffer_train_data_candles": {"type": "integer", "default": 0}