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

@@ -21,4 +21,4 @@ print("25 price points of fUSD order book (with precision P0):", f_book)
f_raw_book: List[FundingCurrencyRawBook] = bfx.rest.public.get_f_raw_book("fUSD")
print("fUSD raw order book:", f_raw_book)
print("fUSD raw order book:", f_raw_book)