mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-21 15:54:26 +01:00
Apply pylint's linting rules to examples/rest/public/*.py.
This commit is contained in:
@@ -14,4 +14,4 @@ print("Latest 15 trades for tBTCUSD (in ascending order):", t_trades)
|
||||
f_trades: List[FundingCurrencyTrade] = bfx.rest.public.get_f_trades("fUSD", \
|
||||
limit=15, sort=Sort.DESCENDING)
|
||||
|
||||
print("Latest 15 trades for fUSD (in descending order):", f_trades)
|
||||
print("Latest 15 trades for fUSD (in descending order):", f_trades)
|
||||
|
||||
Reference in New Issue
Block a user