mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Apply isort to all python files (bfxapi/**/*.py).
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
from typing import \
|
||||
TypeVar, Callable, List, \
|
||||
Dict, Union, Optional, \
|
||||
Any
|
||||
|
||||
from collections import defaultdict
|
||||
from asyncio import AbstractEventLoop
|
||||
from collections import defaultdict
|
||||
from typing import Any, Callable, Dict, List, Optional, TypeVar, Union
|
||||
|
||||
from pyee.asyncio import AsyncIOEventEmitter
|
||||
|
||||
from bfxapi.websocket.exceptions import UnknownEventError
|
||||
|
||||
Reference in New Issue
Block a user