mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-06 07:24:19 +01:00
Rename bfxapi.websocket.client to _client and bfxapi.websocket.handlers to _handlers (according to PEP8).
This commit is contained in:
@@ -1 +1 @@
|
||||
from .client import BfxWebSocketClient, BfxWebSocketBucket, BfxWebSocketInputs
|
||||
from ._client import BfxWebSocketClient, BfxWebSocketBucket, BfxWebSocketInputs
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import asyncio, json, uuid, websockets
|
||||
|
||||
from ..handlers import PublicChannelsHandler
|
||||
from .._handlers import PublicChannelsHandler
|
||||
|
||||
from ..exceptions import ConnectionNotOpen, TooManySubscriptions
|
||||
|
||||
@@ -9,7 +9,7 @@ from pyee.asyncio import AsyncIOEventEmitter
|
||||
from .bfx_websocket_bucket import require_websocket_connection, BfxWebSocketBucket
|
||||
|
||||
from .bfx_websocket_inputs import BfxWebSocketInputs
|
||||
from ..handlers import PublicChannelsHandler, AuthEventsHandler
|
||||
from .._handlers import PublicChannelsHandler, AuthEventsHandler
|
||||
from ..exceptions import ActionRequiresAuthentication, InvalidAuthenticationCredentials, EventNotSupported, \
|
||||
ZeroConnectionsError, ReconnectionTimeoutError, OutdatedClientVersion
|
||||
|
||||
Reference in New Issue
Block a user