This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
from .marshm import ma
|
||||
from ..model import Ingredient
|
||||
from model import Ingredient
|
||||
|
||||
|
||||
class IngredientSchema(ma.ModelSchema):
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
from .marshm import ma
|
||||
from ..model import Meal
|
||||
from model import Meal
|
||||
from .ingredientschema import IngredientSchema
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user