mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Apply black to all python files (bfxapi/**/*.py).
This commit is contained in:
@@ -3,8 +3,10 @@ class BfxBaseException(Exception):
|
||||
Base class for every custom exception thrown by bitfinex-api-py.
|
||||
"""
|
||||
|
||||
|
||||
class IncompleteCredentialError(BfxBaseException):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidCredentialError(BfxBaseException):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user