mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-22 00:04:20 +01:00
refactoring - updated tests
This commit is contained in:
@@ -10,7 +10,8 @@ sys.path.append('../../../')
|
||||
import asyncio
|
||||
from functools import partial
|
||||
import websockets as ws
|
||||
from bfxapi import Client, PUB_WS_HOST, PUB_REST_HOST
|
||||
from bfxapi import Client
|
||||
from bfxapi.constants import PUB_WS_HOST, PUB_REST_HOST
|
||||
import math
|
||||
import random
|
||||
|
||||
|
||||
Reference in New Issue
Block a user