Refactor: Introduce WrapperHandler for managing API wrappers with retry logic; update related modules and tests

This commit is contained in:
2025-10-09 23:11:57 +02:00
parent bbbacab3da
commit f1bf00c759
12 changed files with 91 additions and 95 deletions

View File

@@ -1,7 +1,6 @@
import pytest
from datetime import datetime
from app.api.base.markets import ProductInfo, Price
from app.utils.market_aggregation import aggregate_history_prices, aggregate_product_info
from app.api.base.markets import ProductInfo, Price, aggregate_history_prices, aggregate_product_info
@pytest.mark.aggregator