Rewrite bfxapi.tests according to latest changes.

This commit is contained in:
Davide Casale
2023-04-20 03:49:54 +02:00
parent 0f9fa1bf6a
commit d7ce5630ef
6 changed files with 20 additions and 47 deletions

View File

@@ -3,7 +3,7 @@ from datetime import datetime
from typing import Union, Optional, List, Tuple
from .. enums import OrderType, FundingOfferType
from ...utils.json_encoder import JSON
from ... types import JSON
class BfxWebSocketInputs:
def __init__(self, handle_websocket_input):