Improve tests for backtest protections

This commit is contained in:
Matthias
2020-12-02 07:42:39 +01:00
parent 5849d07497
commit effc96e92b
8 changed files with 37 additions and 31 deletions

View File

@@ -1,2 +0,0 @@
# flake8: noqa: F401
# from freqtrade.plugins.protectionmanager import ProtectionManager

View File

@@ -3,8 +3,6 @@ import logging
from datetime import datetime, timedelta
from typing import Any, Dict
from sqlalchemy import and_, or_
from freqtrade.persistence import Trade
from freqtrade.plugins.protections import IProtection, ProtectionReturn
from freqtrade.strategy.interface import SellType