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

This commit is contained in:
Davide Casale
2023-03-06 17:53:54 +01:00
parent a7f5aa684a
commit 7e627dd239
5 changed files with 62 additions and 58 deletions

View File

@@ -1,3 +1,5 @@
#pylint: disable=dangerous-default-value
from typing import Type, Generic, TypeVar, Iterable, Optional, Dict, List, Tuple, Any, cast
from .exceptions import LabelerSerializerException