Skip to content

Commit

Permalink
fix: Broken Import (mealie-recipes#3630)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson authored and boc-the-git committed May 23, 2024
1 parent faf4c25 commit 901e705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mealie/db/models/group/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from ..group.invite_tokens import GroupInviteToken
from ..group.webhooks import GroupWebhooksModel
from ..recipe.category import Category, group_to_categories
from ..server.task import ServerTaskModel
from .cookbook import CookBook
from .mealplan import GroupMealPlan
from .preferences import GroupPreferencesModel
Expand All @@ -27,7 +28,6 @@
Tag,
Tool,
)
from ..server.task import ServerTaskModel
from ..users import User
from .events import GroupEventNotifierModel
from .exports import GroupDataExportsModel
Expand Down

0 comments on commit 901e705

Please sign in to comment.