test: fix krakenfutures tests

This commit is contained in:
Matthias
2026-03-18 20:05:58 +01:00
parent 200b9da2a2
commit bd9697e6be
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from unittest.mock import MagicMock, PropertyMock
import ccxt
import pytest
from freqtrade.enums import CandleType, MarginMode, TradingMode
from freqtrade.enums import MarginMode, TradingMode
from freqtrade.exceptions import (
DDosProtection,
ExchangeError,