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,14 +1,11 @@
|
||||
from typing import \
|
||||
Dict, Tuple, Any
|
||||
from typing import Any, Dict, Tuple
|
||||
|
||||
from pyee.base import EventEmitter
|
||||
|
||||
from bfxapi.types import serializers
|
||||
|
||||
from bfxapi.types.dataclasses import FundingOffer, Order
|
||||
from bfxapi.types.serializers import _Notification
|
||||
|
||||
from bfxapi.types.dataclasses import \
|
||||
Order, FundingOffer
|
||||
|
||||
class AuthEventsHandler:
|
||||
__ABBREVIATIONS = {
|
||||
|
||||
Reference in New Issue
Block a user