Skip to content

Commit

Permalink
fix: fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 4, 2024
1 parent 1e6c68b commit 1afeeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djlint/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def inside_template_block(
@cache
def _inside_html_attribute(
html: str, /, *, html_tag_regex: str
) -> tuple[tuple[int, int]]:
) -> tuple[tuple[int, int], ...]:
return tuple(
# group 3 are the attributes
x.span(3)
Expand Down

0 comments on commit 1afeeb8

Please sign in to comment.