mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Apply black to all python files (bfxapi/**/*.py).
This commit is contained in:
@@ -4,8 +4,10 @@ from bfxapi.exceptions import BfxBaseException
|
||||
class NotFoundError(BfxBaseException):
|
||||
pass
|
||||
|
||||
|
||||
class RequestParametersError(BfxBaseException):
|
||||
pass
|
||||
|
||||
|
||||
class UnknownGenericError(BfxBaseException):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user