remove misleading comment

This commit is contained in:
Hayden 2025-07-04 12:29:10 -05:00
commit 1f0ccaad2f
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -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)