mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
format
Signed-off-by: Litchi Pi <litchi.pi@proton.me>
This commit is contained in:
parent
d96393f9c9
commit
c002b2051c
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ from .template_service import TemplateService
|
||||||
|
|
||||||
POSSIBLE_NONE_FIELDS = ["image"]
|
POSSIBLE_NONE_FIELDS = ["image"]
|
||||||
|
|
||||||
|
|
||||||
class RecipeServiceBase(BaseService):
|
class RecipeServiceBase(BaseService):
|
||||||
def __init__(self, repos: AllRepositories, user: PrivateUser, household: HouseholdInDB, translator: Translator):
|
def __init__(self, repos: AllRepositories, user: PrivateUser, household: HouseholdInDB, translator: Translator):
|
||||||
self.repos = repos
|
self.repos = repos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue