mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
Install and configure pylint. Add pylint to dev-requirements.txt. Start rewriting code to follow pylint's linting rules.
This commit is contained in:
@@ -5,7 +5,7 @@ from bfxapi import Client, PUB_REST_HOST
|
||||
from bfxapi.rest.types import List, TradingPairBook, TradingPairRawBook, \
|
||||
FundingCurrencyBook, FundingCurrencyRawBook
|
||||
|
||||
bfx = Client(REST_HOST=PUB_REST_HOST)
|
||||
bfx = Client(rest_host=PUB_REST_HOST)
|
||||
|
||||
t_book: List[TradingPairBook] = bfx.rest.public.get_t_book("tBTCUSD", precision="P0", len=25)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user