From 1f0ccaad2f7cdb34bc9837cda1604df23bf8eb28 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:29:10 -0500 Subject: [PATCH] remove misleading comment --- mealie/services/recipe/template_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/services/recipe/template_service.py b/mealie/services/recipe/template_service.py index 015a22e64..504adeb23 100644 --- a/mealie/services/recipe/template_service.py +++ b/mealie/services/recipe/template_service.py @@ -61,7 +61,7 @@ class TemplateService(BaseService): Args: t_type (TemplateType): The type of template 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)