mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Fix all flake8 errors in all python files (+ edit configuration files).
This commit is contained in:
@@ -24,7 +24,8 @@ def partial(cls):
|
||||
|
||||
if len(kwargs) != 0:
|
||||
raise TypeError(
|
||||
f"{cls.__name__}.__init__() got an unexpected keyword argument '{list(kwargs.keys())[0]}'"
|
||||
f"{cls.__name__}.__init__() got an unexpected "
|
||||
"keyword argument '{list(kwargs.keys())[0]}'"
|
||||
)
|
||||
|
||||
cls.__init__ = __init__
|
||||
|
||||
Reference in New Issue
Block a user