Add MarketDataCollector import to fix service startup
All checks were successful
API Endpoint Tests / test-api-endpoints (push) Successful in 15s
Integration Tests / test-service-integration (push) Successful in 2m57s
Python Tests / test-python (push) Successful in 12s
Security Scanning / security-scan (push) Successful in 48s

This commit is contained in:
aitbc
2026-04-28 20:18:14 +02:00
parent 0001c643c1
commit d615cc162b

View File

@@ -22,6 +22,7 @@ from ..domain.job import Job
from ..schemas import JobCreate, JobPaymentCreate
from ..services.dynamic_pricing_engine import DynamicPricingEngine, PricingStrategy, ResourceType
from ..services.jobs import JobService
from ..services.market_data_collector import MarketDataCollector
from ..services.payments import PaymentService
logger = get_logger(__name__)