Merge pull request 'Fix import paths for schemas in service.py files' (#116) from fix/schemas into development
Reviewed-on: ADUANASOFT/anexo76#116
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user