Apply pylint's linting rules to examples/rest/public/*.py.

This commit is contained in:
Davide Casale
2023-03-08 21:27:46 +01:00
parent 7311ffae4f
commit b0da5e2fb1
6 changed files with 7 additions and 7 deletions

View File

@@ -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)