Flake8 fixes

This commit is contained in:
enenn
2018-04-12 18:13:35 +02:00
parent 1cfa0a3c0e
commit 94287d66a8
5 changed files with 9 additions and 8 deletions

View File

@@ -350,4 +350,3 @@ def get_fee(symbol='ETH/BTC', type='', side='', amount=1,
return _API.calculate_fee(symbol=symbol, type=type, side=side, amount=amount,
price=price, takerOrMaker=taker_or_maker)['rate']