mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
Apply isort to all python files (bfxapi/**/*.py).
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
from typing import \
|
||||
List, Dict, Literal, Optional, Any
|
||||
|
||||
from dataclasses import dataclass
|
||||
from typing import Any, Dict, List, Literal, Optional
|
||||
|
||||
from .labeler import _Type, partial, compose
|
||||
from .labeler import _Type, compose, partial
|
||||
|
||||
#region Dataclass definitions for types of public use
|
||||
|
||||
|
||||
Reference in New Issue
Block a user