Skip to content

Commit

Permalink
Ran the pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoB81HK committed Dec 18, 2023
1 parent 48b947a commit 904368b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,9 @@ def __str__(self):
# ),
}

j2_template = Template(GenerateCode.templates["parameter_library_header"], keep_trailing_newline=True)
j2_template = Template(
GenerateCode.templates["parameter_library_header"],
keep_trailing_newline=True,
)
code = j2_template.render(data, trim_blocks=True)
return code

0 comments on commit 904368b

Please sign in to comment.