chore: remove modetrade wrong imports

This commit is contained in:
Matthias
2025-07-13 13:34:03 +02:00
parent 469587e656
commit 3eaa862caf

View File

@@ -1,7 +1,6 @@
import logging
from freqtrade.enums.marginmode import MarginMode
from freqtrade.enums.tradingmode import TradingMode
# from freqtrade.enums import MarginMode, TradingMode
from freqtrade.exchange import Exchange
from freqtrade.exchange.exchange_types import FtHas