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,9 +1,5 @@
|
||||
from typing import \
|
||||
Callable, Awaitable, Tuple, \
|
||||
List, Union, Optional, \
|
||||
Any
|
||||
|
||||
from decimal import Decimal
|
||||
from typing import Any, Awaitable, Callable, List, Optional, Tuple, Union
|
||||
|
||||
_Handler = Callable[[str, Any], Awaitable[None]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user