Skip to content

Commit 3490fe2

Browse files
committed
added missing import
1 parent 7fb8dc4 commit 3490fe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/app/controller/recipe/recipe_controller.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from app.errors import NotFoundRequest, InvalidUsage
22
from app.models import Household, RecipeItems, RecipeTags
3+
from app import db
34
from flask import jsonify, Blueprint
45
from flask_jwt_extended import jwt_required
56
from app.helpers import validate_args, authorize_household

0 commit comments

Comments
 (0)