docstring fix

This commit is contained in:
xsmile 2017-10-07 18:10:45 +02:00
parent 34c774c067
commit 2e368ef7aa
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ def create_trade(stake_amount: float) -> Optional[Trade]:
Checks the implemented trading indicator(s) for a randomly picked pair,
if one pair triggers the buy_signal a new trade record gets created
:param stake_amount: amount of btc to spend
:param _exchange:
"""
logger.info('Creating new trade with stake_amount: %f ...', stake_amount)
whitelist = copy.deepcopy(_CONF['exchange']['pair_whitelist'])