mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
fix: Broken Import (#3630)
This commit is contained in:
parent
61becdbec7
commit
c610ec1344
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,7 @@ from .._model_utils import GUID, auto_init
|
|||
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
|
||||
|
@ -27,7 +28,6 @@ if TYPE_CHECKING:
|
|||
Tag,
|
||||
Tool,
|
||||
)
|
||||
from ..server.task import ServerTaskModel
|
||||
from ..users import User
|
||||
from .events import GroupEventNotifierModel
|
||||
from .exports import GroupDataExportsModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue