mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-18 03:54:26 +01:00
Rename bfxapi/websocket/typings.py to types.py. Replace TypedDicts with dataclasses (with _Type as base class). Update demos in examples/websocket to use new implementation.
This commit is contained in:
@@ -2,7 +2,7 @@ from decimal import Decimal
|
||||
from datetime import datetime
|
||||
|
||||
from typing import Union, Optional, List, Tuple
|
||||
from .typings import JSON
|
||||
from .types import JSON
|
||||
from .enums import OrderType, FundingOfferType
|
||||
|
||||
def _strip(dictionary):
|
||||
|
||||
Reference in New Issue
Block a user