mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-22 05:54:27 +01:00
Fix all flake8 errors in all python files (+ edit configuration files).
This commit is contained in:
@@ -13,4 +13,4 @@ def _object_hook(data: Dict[str, Any]) -> Any:
|
||||
|
||||
class JSONDecoder(json.JSONDecoder):
|
||||
def __init__(self, *args: Any, **kwargs: Any) -> None:
|
||||
super().__init__(object_hook=_object_hook, *args, **kwargs)
|
||||
super().__init__(*args, **kwargs, object_hook=_object_hook)
|
||||
|
||||
Reference in New Issue
Block a user