File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88https://creativecommons.org/licenses/by-sa/2.5/
99"""
1010from typing import Any , Optional , Union , Literal
11+
12+ from ..__render_options import Options
1113from ..__tag_base import Tag , SelfClosingTag , WhitespaceSensitiveTag
1214from ..__types import AttributeType , ChildrenType
13- from ..__render_options import Options
Original file line number Diff line number Diff line change 77
88https://creativecommons.org/licenses/by-sa/2.5/
99"""
10- from typing import Any , Optional , Union , Literal
11- from ..__tag_base import Tag , SelfClosingTag , WhitespaceSensitiveTag
12- from ..__types import AttributeType , ChildrenType
10+ from typing import Any , Literal , Optional , Union
11+
1312from ..__render_options import Options
13+ from ..__tag_base import SelfClosingTag , Tag , WhitespaceSensitiveTag
14+ from ..__types import AttributeType , ChildrenType
15+
1416
1517class html (Tag ):
1618 """
You can’t perform that action at this time.
0 commit comments