mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Apply refactoring to some relative import directives.
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import Union, Type, \
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
||||
from . labeler import _Type, partial, compose
|
||||
from .labeler import _Type, partial, compose
|
||||
|
||||
JSON = Union[Dict[str, "JSON"], List["JSON"], bool, int, float, str, Type[None]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user