Remove cid.py and integers.py from bfxapi.utils subpackage. Rename encoder.py file to JSONEncoder.py. Remove IntegerUnderflowError and IntegerOverflowflowError exceptions from bfxapi/exceptions.py.

This commit is contained in:
Davide Casale
2023-02-01 17:17:38 +01:00
parent 05784cc8ec
commit 06dc9e1c0a
8 changed files with 5 additions and 68 deletions

View File

@@ -10,7 +10,7 @@ from ._BfxWebsocketInputs import _BfxWebsocketInputs
from .handlers import Channels, PublicChannelsHandler, AuthenticatedChannelsHandler
from .exceptions import WebsocketAuthenticationRequired, InvalidAuthenticationCredentials, EventNotSupported
from ..utils.encoder import JSONEncoder
from ..utils.JSONEncoder import JSONEncoder
from ..utils.logger import Formatter, CustomLogger