Add get_session import to fix service startup
Some checks failed
Python Tests / test-python (push) Waiting to run
Security Scanning / security-scan (push) Waiting to run
API Endpoint Tests / test-api-endpoints (push) Successful in 19s
Integration Tests / test-service-integration (push) Has been cancelled

This commit is contained in:
aitbc
2026-04-28 20:22:39 +02:00
parent 8cd584f90a
commit d35c7a919f

View File

@@ -24,6 +24,7 @@ from ..services.dynamic_pricing_engine import DynamicPricingEngine, PricingStrat
from ..services.jobs import JobService
from ..services.market_data_collector import MarketDataCollector
from ..services.payments import PaymentService
from ..storage import get_session
logger = get_logger(__name__)