diff --git a/.coverage b/.coverage index f4a4fab..9d175ae 100644 Binary files a/.coverage and b/.coverage differ diff --git a/backend/app/api/__init__.py b/backend/app/api/__init__.py index 2919fc2..b37a0e7 100644 --- a/backend/app/api/__init__.py +++ b/backend/app/api/__init__.py @@ -2,3 +2,9 @@ from .routes_config import router as config_router from .routes_products import router as products_router from .routes_scrape import router as scrape_router + +__all__ = [ + "config_router", + "products_router", + "scrape_router", +] diff --git a/backend/app/api/routes_config.py b/backend/app/api/routes_config.py index 01e745d..7aeaf55 100644 --- a/backend/app/api/routes_config.py +++ b/backend/app/api/routes_config.py @@ -1,7 +1,5 @@ from __future__ import annotations -from pathlib import Path - from fastapi import APIRouter, Body, HTTPException from backend.app.core.config import BackendConfig, CONFIG_PATH, load_config diff --git a/backend/app/samples/amazon_product.html b/backend/app/samples/amazon_product.html index b64c586..2531e36 100644 --- a/backend/app/samples/amazon_product.html +++ b/backend/app/samples/amazon_product.html @@ -31,6 +31,6 @@