Skip to content

Commit b57d798

Browse files
Actually fix linting
1 parent f524829 commit b57d798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta/templates/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
https://creativecommons.org/licenses/by-sa/2.5/
99
"""
10-
from typing import Any, Optional, Union, Literal
10+
from typing import Optional, Union, Literal
1111

1212
from ..__render_options import Options
1313
from ..__tag_base import Tag, SelfClosingTag, WhitespaceSensitiveTag

pyhtml/__tags/generated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
https://creativecommons.org/licenses/by-sa/2.5/
99
"""
10-
from typing import Any, Literal, Optional, Union
10+
from typing import Literal, Optional, Union
1111

1212
from ..__render_options import Options
1313
from ..__tag_base import SelfClosingTag, Tag, WhitespaceSensitiveTag

0 commit comments

Comments
 (0)