mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-11 01:44:18 +01:00
fix all linting for pylint3
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
name = 'bfxapi'
|
||||
"""
|
||||
This module is used to interact with the bitfinex api
|
||||
"""
|
||||
|
||||
from bfxapi.Client import Client
|
||||
from bfxapi.websockets.GenericWebsocket import GenericWebsocket
|
||||
from bfxapi.models import *
|
||||
from .client import Client
|
||||
from .models import (Order, Trade, OrderBook, Subscription, Wallet,
|
||||
Position, FundingLoan, FundingOffer, FundingCredit)
|
||||
from .websockets.GenericWebsocket import GenericWebsocket
|
||||
|
||||
NAME = 'bfxapi'
|
||||
|
||||
Reference in New Issue
Block a user