Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Dec 5, 2024
1 parent efa5bc6 commit 5958cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home_assistant_streamdeck_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,7 @@ def _render_jinja(
env.filters["min"] = _min_filter
env.filters["max"] = _max_filter
template = env.from_string(text)
assert dial is not None
return template.render(
min=min,
max=max,
Expand Down

0 comments on commit 5958cbb

Please sign in to comment.