mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Rename bfxapi/websocket/errors.py to exceptions.py. Add Errors enumeration inside BfxWebsocketClient.py and bfxapi/websocket/__init__.py.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .errors import BfxWebsocketException
|
||||
from .exceptions import BfxWebsocketException
|
||||
|
||||
class _Serializer(object):
|
||||
def __init__(self, name, labels):
|
||||
|
||||
Reference in New Issue
Block a user