diff options
author | Bryce Guinta <bryce.paul.guinta@gmail.com> | 2018-03-11 01:19:38 -0700 |
---|---|---|
committer | Bryce Guinta <bryce.paul.guinta@gmail.com> | 2018-03-11 01:25:12 -0700 |
commit | dea855281856debe9bddc9b5ceae02884683edcf (patch) | |
tree | ebe3ebb8ea6e0cad34fa9ae9d0163b4c5ae92cd4 /astroid/nodes.py | |
parent | fbcf8a03ed6f9160c2780c6627fe76b66f4ad0c5 (diff) | |
download | astroid-git-dea855281856debe9bddc9b5ceae02884683edcf.tar.gz |
Revert "Move FrozenSet to node_classes so it is accessible"
This reverts commit 06273cd07d4b3701998df7b2c656d1b029bdee8e.
Diffstat (limited to 'astroid/nodes.py')
-rw-r--r-- | astroid/nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/nodes.py b/astroid/nodes.py index 00e1a345..f9399a56 100644 --- a/astroid/nodes.py +++ b/astroid/nodes.py @@ -20,7 +20,7 @@ from astroid.node_classes import ( AssignName, AugAssign, Repr, BinOp, BoolOp, Break, Call, Compare, Comprehension, Const, Continue, Decorators, DelAttr, DelName, Delete, Dict, Expr, Ellipsis, EmptyNode, ExceptHandler, Exec, ExtSlice, For, - FrozenSet, ImportFrom, Attribute, Global, If, IfExp, Import, Index, Keyword, + ImportFrom, Attribute, Global, If, IfExp, Import, Index, Keyword, List, Name, Nonlocal, Pass, Print, Raise, Return, Set, Slice, Starred, Subscript, TryExcept, TryFinally, Tuple, UnaryOp, While, With, Yield, YieldFrom, const_factory, |