test: remove edge from tests (initial round)

This commit is contained in:
Matthias
2025-06-10 07:15:02 +02:00
parent 971dfef0ee
commit aa89ce80ab
4 changed files with 0 additions and 622 deletions

View File

@@ -16,7 +16,6 @@ from xdist.scheduler.loadscope import LoadScopeScheduling
from freqtrade import constants
from freqtrade.commands import Arguments
from freqtrade.data.converter import ohlcv_to_dataframe, trades_list_to_df
from freqtrade.edge import PairInfo
from freqtrade.enums import CandleType, MarginMode, RunMode, SignalDirection, TradingMode
from freqtrade.exchange import Exchange, timeframe_to_minutes, timeframe_to_seconds
from freqtrade.freqtradebot import FreqtradeBot