mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Small fix in package import statements.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from typing import Type, Tuple, List, Dict, TypedDict, Union, Optional, Any
|
||||
from typing import Optional
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
||||
from ..labeler import _Type
|
||||
from ..notification import Notification
|
||||
from ..utils.JSONEncoder import JSON
|
||||
from .. labeler import _Type
|
||||
from .. notification import Notification
|
||||
from .. utils.JSONEncoder import JSON
|
||||
|
||||
#region Type hinting for Websocket Public Channels
|
||||
|
||||
|
||||
Reference in New Issue
Block a user