PEP8 linting
This commit is contained in:
@@ -84,9 +84,11 @@ def get_balance(currency: str) -> float:
|
||||
|
||||
return EXCHANGE.get_balance(currency)
|
||||
|
||||
|
||||
def get_balances():
|
||||
return EXCHANGE.get_balances()
|
||||
|
||||
|
||||
def get_ticker(pair: str) -> dict:
|
||||
return EXCHANGE.get_ticker(pair)
|
||||
|
||||
|
Reference in New Issue
Block a user