File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11import textwrap
2+ from . import Classification # noqa: I201
3+ from . import Token
24from .AttributeNodes import ATTRIBUTE_NODES # noqa: I201
35from .AvailabilityNodes import AVAILABILITY_NODES # noqa: I201
4- from . import Classification # noqa: I201
56from .CommonNodes import COMMON_NODES # noqa: I201
67from .DeclNodes import DECL_NODES # noqa: I201
78from .ExprNodes import EXPR_NODES # noqa: I201
89from .GenericNodes import GENERIC_NODES # noqa: I201
9-
10- from . import Token
11-
1210from .NodeSerializationCodes import SYNTAX_NODE_SERIALIZATION_CODES , \
1311 get_serialization_code , \
1412 verify_syntax_node_serialization_codes
15-
1613from .PatternNodes import PATTERN_NODES # noqa: I201
1714from .StmtNodes import STMT_NODES # noqa: I201
18-
1915from .Trivia import TRIVIAS # noqa: I201
2016from .TypeNodes import TYPE_NODES # noqa: I201
2117
You can’t perform that action at this time.
0 commit comments