formatting

This commit is contained in:
Sam Germain
2021-09-09 13:42:43 -06:00
parent 9f96b977f6
commit 785b71aec1
3 changed files with 3 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ class Kraken(Exchange):
return (parent_check and
market.get('darkpool', False) is False)
@ retrier
@retrier
def get_balances(self) -> dict:
if self._config['dry_run']:
return {}
@@ -84,7 +84,7 @@ class Kraken(Exchange):
(side == "buy" and stop_loss < float(order['price']))
))
@ retrier(retries=0)
@retrier(retries=0)
def stoploss(self, pair: str, amount: float,
stop_price: float, order_types: Dict, side: str) -> Dict:
"""