summaryrefslogtreecommitdiff
path: root/astroid/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'astroid/nodes.py')
-rw-r--r--astroid/nodes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/astroid/nodes.py b/astroid/nodes.py
index 20672593..bf6911ac 100644
--- a/astroid/nodes.py
+++ b/astroid/nodes.py
@@ -59,6 +59,7 @@ from astroid.node_classes import (
Keyword,
List,
Name,
+ NamedExpr,
Nonlocal,
Pass,
Print,
@@ -149,6 +150,7 @@ ALL_NODE_CLASSES = (
List,
ListComp,
Name,
+ NamedExpr,
Nonlocal,
Module,
Pass,