mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
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:
@@ -4,7 +4,7 @@ from dataclasses import dataclass
|
||||
|
||||
from ..labeler import _Type
|
||||
from ..notification import Notification
|
||||
from .. utils.encoder import JSON
|
||||
from ..utils.JSONEncoder import JSON
|
||||
|
||||
__types__ = [
|
||||
"TradingPairTicker", "FundingCurrencyTicker", "TradingPairTrade",
|
||||
|
||||
Reference in New Issue
Block a user