This commit is contained in:
robcaulk 2022-10-05 09:23:47 +02:00
parent 729ccdb2d7
commit 423645652b

View File

@ -7,6 +7,7 @@ from freqtrade.constants import Config, LongShort
from freqtrade.persistence import Trade from freqtrade.persistence import Trade
from freqtrade.plugins.protections import IProtection, ProtectionReturn from freqtrade.plugins.protections import IProtection, ProtectionReturn
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)