Apply pylint's linting rules to bfxapi/utils/*.py.

This commit is contained in:
Davide Casale
2023-03-06 17:22:00 +01:00
parent ae14a5d0d1
commit 7288d05939
10 changed files with 36 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ from .bfx_websocket_inputs import BfxWebsocketInputs
from ..handlers import PublicChannelsHandler, AuthenticatedChannelsHandler
from ..exceptions import WebsocketAuthenticationRequired, InvalidAuthenticationCredentials, EventNotSupported, OutdatedClientVersion
from ...utils.JSONEncoder import JSONEncoder
from ...utils.json_encoder import JSONEncoder
from ...utils.logger import ColorLogger, FileLogger