mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-22 08:14:20 +01:00
Apply isort to all python files (bfxapi/**/*.py).
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
from .endpoints import BfxRestInterface, RestPublicEndpoints, RestAuthEndpoints, \
|
||||
RestMerchantEndpoints
|
||||
from .endpoints import (
|
||||
BfxRestInterface,
|
||||
RestAuthEndpoints,
|
||||
RestMerchantEndpoints,
|
||||
RestPublicEndpoints,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user