Apply refactoring to some relative import directives.

This commit is contained in:
Davide Casale
2023-04-20 15:38:10 +02:00
parent d7ce5630ef
commit 63ab433710
16 changed files with 36 additions and 36 deletions

View File

@@ -2,8 +2,8 @@ from decimal import Decimal
from datetime import datetime
from typing import Union, Optional, List, Tuple
from .. enums import OrderType, FundingOfferType
from ... types import JSON
from ..enums import OrderType, FundingOfferType
from ...types import JSON
class BfxWebSocketInputs:
def __init__(self, handle_websocket_input):