From 6634229cc198f1e264b1fe3a56d4bd919c7216c0 Mon Sep 17 00:00:00 2001 From: robcaulk Date: Sun, 28 Aug 2022 13:21:29 +0200 Subject: [PATCH] appease the flake8 gods --- tests/freqai/test_freqai_datakitchen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/freqai/test_freqai_datakitchen.py b/tests/freqai/test_freqai_datakitchen.py index 581286715..6ef2971ee 100644 --- a/tests/freqai/test_freqai_datakitchen.py +++ b/tests/freqai/test_freqai_datakitchen.py @@ -8,6 +8,7 @@ from freqtrade.exceptions import OperationalException from tests.freqai.conftest import get_patched_data_kitchen, make_data_dictionary from tests.conftest import log_has_re + @pytest.mark.parametrize( "timerange, train_period_days, expected_result", [