Renamed schemas to schema as per naming conventions
This commit is contained in:
@@ -13,7 +13,7 @@ from app.exceptions import (
|
||||
InvalidQuantityException,
|
||||
ValidationException,
|
||||
)
|
||||
from models.schemas.inventory import InventoryAdd, InventoryCreate, InventoryUpdate
|
||||
from models.schema.inventory import InventoryAdd, InventoryCreate, InventoryUpdate
|
||||
from models.database.marketplace_product import MarketplaceProduct
|
||||
from models.database.inventory import Inventory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user