mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Apply isort to all python files (bfxapi/**/*.py).
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from typing import \
|
||||
Union, Literal, TypedDict
|
||||
from typing import Literal, TypedDict, Union
|
||||
|
||||
Subscription = Union["Ticker", "Trades", "Book", "Candles", "Status"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user