Skip to content

Commit

Permalink
Fix missing import in generated output
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Sep 29, 2023
1 parent bea3903 commit 2c94a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta/templates/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
https://creativecommons.org/licenses/by-sa/2.5/
"""
from typing import Any
from typing import Any, Optional
from ..__tag_base import Tag, SelfClosingTag, StylableTag
2 changes: 1 addition & 1 deletion pyhtml/__tags/generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
https://creativecommons.org/licenses/by-sa/2.5/
"""
from typing import Any
from typing import Any, Optional
from ..__tag_base import Tag, SelfClosingTag, StylableTag

class html(Tag):
Expand Down

0 comments on commit 2c94a3c

Please sign in to comment.