Skip to content

Commit

Permalink
This still gets used both ways.
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Nov 7, 2024
1 parent 65f4a2e commit 38a0337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecule/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def os_walk(
yield str(filename)


def render_template(template: str, **kwargs: dict[str, str]) -> str:
def render_template(template: str, **kwargs: str | dict[str, str]) -> str:
"""Render a jinaj2 template.
Args:
Expand Down

0 comments on commit 38a0337

Please sign in to comment.