diff options
Diffstat (limited to 'scoped_nodes.py')
-rw-r--r-- | scoped_nodes.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scoped_nodes.py b/scoped_nodes.py index f0a694c1..1b16f47e 100644 --- a/scoped_nodes.py +++ b/scoped_nodes.py @@ -39,9 +39,9 @@ from logilab.astng import MANAGER, NotFoundError, NoDefault, \ from logilab.astng.node_classes import (Const, Comprehension, Dict, From, For, Import, List, Pass, Raise, Return, Tuple, Yield, DelAttr, are_exclusive, const_factory as cf, unpack_infer) -from logilab.astng.bases import NodeNG, StmtMixIn, BaseClass -from logilab.astng.infutils import YES, InferenceContext, Instance, Generator, \ - UnboundMethod, BoundMethod, _infer_stmts, copy_context +from logilab.astng.bases import (NodeNG, StmtMixIn, BaseClass, YES, + InferenceContext, Instance, Generator, + UnboundMethod, BoundMethod, _infer_stmts, copy_context) from logilab.astng.nodes_as_string import as_string |