mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-05 23:14:19 +01:00
Apply pylint's linting rules to bfxapi/utils/*.py.
This commit is contained in:
@@ -6,7 +6,7 @@ from http import HTTPStatus
|
||||
from ..enums import Error
|
||||
from ..exceptions import ResourceNotFound, RequestParametersError, InvalidAuthenticationCredentials, UnknownGenericError
|
||||
|
||||
from ...utils.JSONEncoder import JSONEncoder
|
||||
from ...utils.json_encoder import JSONEncoder
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from requests.sessions import _Params
|
||||
|
||||
@@ -4,7 +4,7 @@ from dataclasses import dataclass
|
||||
|
||||
from .. labeler import _Type, partial, compose
|
||||
from .. notification import Notification
|
||||
from .. utils.JSONEncoder import JSON
|
||||
from ..utils.json_encoder import JSON
|
||||
|
||||
#region Type hinting for Rest Public Endpoints
|
||||
|
||||
|
||||
Reference in New Issue
Block a user