Renamed schemas to schema as per naming conventions
This commit is contained in:
@@ -15,7 +15,7 @@ from app.exceptions import (
|
||||
ValidationException,
|
||||
ProductNotFoundException,
|
||||
)
|
||||
from models.schemas.inventory import (
|
||||
from models.schema.inventory import (
|
||||
InventoryCreate,
|
||||
InventoryAdjust,
|
||||
InventoryUpdate,
|
||||
|
||||
Reference in New Issue
Block a user