phase 15: fix ruff lint errors across services
This commit is contained in:
@@ -18,6 +18,7 @@ from typing import Any
|
||||
|
||||
import asyncpg
|
||||
|
||||
from services.adapters.base import AdapterResult
|
||||
from services.adapters.broker_adapter import (
|
||||
AccountInfo,
|
||||
BrokerDataAdapter,
|
||||
@@ -30,7 +31,6 @@ from services.adapters.broker_adapter import (
|
||||
PositionInfo,
|
||||
TradingMode,
|
||||
)
|
||||
from services.adapters.base import AdapterResult
|
||||
|
||||
logger = logging.getLogger("paper_trading")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user