Skip to content

Commit

Permalink
Update recipe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Esekyi authored Sep 7, 2024
1 parent 8e41378 commit 172aa29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from datetime import datetime
import uuid
from sqlalchemy.dialects.postgresql import UUID
from sqlalchemy import inspect


class Recipe(db.Model):
Expand Down

0 comments on commit 172aa29

Please sign in to comment.