Rename bfxapi/websocket/errors.py to exceptions.py. Add Errors enumeration inside BfxWebsocketClient.py and bfxapi/websocket/__init__.py.

This commit is contained in:
Davide Casale
2022-11-22 18:11:05 +01:00
parent 999766a307
commit a8dec5c6bc
5 changed files with 25 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
from .errors import BfxWebsocketException
from .exceptions import BfxWebsocketException
class _Serializer(object):
def __init__(self, name, labels):