Merge pull request #94 from gcarq/autopep

autoformat with autopep8
This commit is contained in:
Samuel Husso
2017-11-06 19:41:57 +02:00
committed by GitHub
7 changed files with 46 additions and 37 deletions

View File

@@ -208,7 +208,7 @@ def create_trade(stake_amount: float) -> Optional[Trade]:
return Trade(pair=pair,
stake_amount=stake_amount,
amount=amount,
fee=fee*2,
fee=fee * 2,
open_rate=buy_limit,
open_date=datetime.utcnow(),
exchange=exchange.get_name().upper(),