[SQUASH] Doh.

This commit is contained in:
Rokas Kupstys 2021-09-18 15:44:21 +03:00
parent 713e7819f7
commit eab7f8f694

View File

@ -5,8 +5,8 @@ import pandas as pd
import pytest import pytest
from freqtrade.data.dataprovider import DataProvider from freqtrade.data.dataprovider import DataProvider
from freqtrade.strategy import (merge_informative_pair, stoploss_from_open, timeframe_to_minutes, from freqtrade.strategy import (merge_informative_pair, stoploss_from_absolute, stoploss_from_open,
stoploss_from_absolute) timeframe_to_minutes)
def generate_test_data(timeframe: str, size: int): def generate_test_data(timeframe: str, size: int):