mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
remove misleading comment
This commit is contained in:
parent
02d0270115
commit
1f0ccaad2f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class TemplateService(BaseService):
|
||||||
Args:
|
Args:
|
||||||
t_type (TemplateType): The type of template to render
|
t_type (TemplateType): The type of template to render
|
||||||
recipe (Recipe): The recipe to render
|
recipe (Recipe): The recipe to render
|
||||||
template (str): The template to render **Required for Jinja2 Templates**
|
template (str): The template to render
|
||||||
"""
|
"""
|
||||||
t_type = self.template_type(template)
|
t_type = self.template_type(template)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue