diff options
author | Ceridwen <ceridwenv@gmail.com> | 2015-08-14 12:02:40 -0400 |
---|---|---|
committer | Ceridwen <ceridwenv@gmail.com> | 2015-08-14 12:02:40 -0400 |
commit | c39599ad4f32608cb03e680516678a8fd1ba4dee (patch) | |
tree | ad7c279bb7a3b34241547ca3d0b079c396533f5f /astroid/nodes.py | |
parent | 43f27a00205f5b9b4a341a2c2e3f645dffe14904 (diff) | |
parent | d7294bd79062a4f47db8a761d79e6c1dd166bc72 (diff) | |
download | astroid-git-c39599ad4f32608cb03e680516678a8fd1ba4dee.tar.gz |
Merge main into default
Diffstat (limited to 'astroid/nodes.py')
-rw-r--r-- | astroid/nodes.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astroid/nodes.py b/astroid/nodes.py index 820a8d49..8bbd4f1b 100644 --- a/astroid/nodes.py +++ b/astroid/nodes.py @@ -36,8 +36,6 @@ on ImportFrom and Import : """ # pylint: disable=unused-import,redefined-builtin -__docformat__ = "restructuredtext en" - from astroid.node_classes import ( Arguments, AssignAttr, Assert, Assign, AssignName, AugAssign, Repr, BinOp, BoolOp, Break, Call, Compare, |