diff options
Diffstat (limited to 'astroid/tree/scoped_nodes.py')
-rw-r--r-- | astroid/tree/scoped_nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/tree/scoped_nodes.py b/astroid/tree/scoped_nodes.py index a5fe473c..c9cd843e 100644 --- a/astroid/tree/scoped_nodes.py +++ b/astroid/tree/scoped_nodes.py @@ -968,7 +968,7 @@ class CallSite(object): @util.register_implementation(treeabc.Lambda) class Lambda(mixins.FilterStmtsMixin, LocalsDictNodeNG): _astroid_fields = ('args', 'body',) - _other_other_fields = ('locals',) + # _other_other_fields = ('locals',) name = '<lambda>' # function's type, 'function' | 'method' | 'staticmethod' | 'classmethod' |