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 1
1
import textwrap
2
+ from . import Classification # noqa: I201
3
+ from . import Token
2
4
from .AttributeNodes import ATTRIBUTE_NODES # noqa: I201
3
5
from .AvailabilityNodes import AVAILABILITY_NODES # noqa: I201
4
- from . import Classification # noqa: I201
5
6
from .CommonNodes import COMMON_NODES # noqa: I201
6
7
from .DeclNodes import DECL_NODES # noqa: I201
7
8
from .ExprNodes import EXPR_NODES # noqa: I201
8
9
from .GenericNodes import GENERIC_NODES # noqa: I201
9
-
10
- from . import Token
11
-
12
10
from .NodeSerializationCodes import SYNTAX_NODE_SERIALIZATION_CODES , \
13
11
get_serialization_code , \
14
12
verify_syntax_node_serialization_codes
15
-
16
13
from .PatternNodes import PATTERN_NODES # noqa: I201
17
14
from .StmtNodes import STMT_NODES # noqa: I201
18
-
19
15
from .Trivia import TRIVIAS # noqa: I201
20
16
from .TypeNodes import TYPE_NODES # noqa: I201
21
17
You can’t perform that action at this time.
0 commit comments