File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 unpack_infer ,
9494)
9595from astroid .nodes .scoped_nodes import (
96+ SYNTHETIC_ROOT ,
9697 AsyncFunctionDef ,
9798 ClassDef ,
9899 ComprehensionScope ,
103104 ListComp ,
104105 LocalsDictNodeNG ,
105106 Module ,
106- SYNTHETIC_ROOT ,
107107 SetComp ,
108108 builtin_lookup ,
109109 function_to_method ,
Original file line number Diff line number Diff line change 1111
1212from astroid .nodes .scoped_nodes .mixin import ComprehensionScope , LocalsDictNodeNG
1313from astroid .nodes .scoped_nodes .scoped_nodes import (
14+ SYNTHETIC_ROOT ,
1415 AsyncFunctionDef ,
1516 ClassDef ,
1617 DictComp ,
1920 Lambda ,
2021 ListComp ,
2122 Module ,
22- SYNTHETIC_ROOT ,
2323 SetComp ,
2424 _is_metaclass ,
2525 function_to_method ,
Original file line number Diff line number Diff line change 4545 Tuple ,
4646)
4747from astroid .nodes .scoped_nodes import (
48+ SYNTHETIC_ROOT ,
4849 ClassDef ,
4950 FunctionDef ,
5051 GeneratorExp ,
5152 Module ,
52- SYNTHETIC_ROOT ,
5353)
5454from tests .testdata .python3 .recursion_error import LONG_CHAINED_METHOD_CALL
5555
You can’t perform that action at this time.
0 commit comments