diff --git a/backend/api/v1/modules/a76/reports/importacion/consolidados/temporary/mex/service.py b/backend/api/v1/modules/a76/reports/importacion/consolidados/temporary/mex/service.py index 5cff09b4..c2274822 100644 --- a/backend/api/v1/modules/a76/reports/importacion/consolidados/temporary/mex/service.py +++ b/backend/api/v1/modules/a76/reports/importacion/consolidados/temporary/mex/service.py @@ -33,7 +33,7 @@ from api.v1.modules.a76.transportation.drivers.models import Driver from api.v1.modules.a76.general_catalogs.tariff_fractions.models import TariffFraction # --- SCHEMAS --- -from .schemas import ( +from ...mex.schemas import ( ClienteSchema, PartidaSchema, TotalesSchema, FacturaSchema, FacturaImportacionCompleta ) diff --git a/backend/api/v1/modules/a76/reports/importacion/facturas/temporary/mex/service.py b/backend/api/v1/modules/a76/reports/importacion/facturas/temporary/mex/service.py index 200a3942..4b296f99 100644 --- a/backend/api/v1/modules/a76/reports/importacion/facturas/temporary/mex/service.py +++ b/backend/api/v1/modules/a76/reports/importacion/facturas/temporary/mex/service.py @@ -33,7 +33,7 @@ from api.v1.modules.a76.transportation.drivers.models import Driver from api.v1.modules.a76.general_catalogs.tariff_fractions.models import TariffFraction # --- SCHEMAS --- -from .schemas import ( +from ...mex.schemas import ( ClienteSchema, PartidaSchema, TotalesSchema, FacturaSchema, FacturaImportacionCompleta )