Fix function header formatting

This commit is contained in:
Matthias
2020-06-18 19:46:03 +02:00
parent f1993fb2f4
commit eef3c01da7
4 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ from pandas import DataFrame
from freqtrade.configuration import TimeRange
from freqtrade.data.history import load_data
from freqtrade.exceptions import StrategyError, OperationalException
from freqtrade.exceptions import StrategyError
from freqtrade.persistence import Trade
from freqtrade.resolvers import StrategyResolver
from freqtrade.strategy.strategy_wrapper import strategy_safe_wrapper