diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-07-23 14:49:27 +0300 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-07-23 14:49:27 +0300 |
commit | 0f3cb07fda484d77d3c1ae03dda07132e06a16ee (patch) | |
tree | f57d053903221bd9c10b84190f8b890bc8ac6ed5 /astroid/nodes.py | |
parent | 87d60c5819b9e56886cbd9a3af5488440bd5f7de (diff) | |
download | astroid-git-0f3cb07fda484d77d3c1ae03dda07132e06a16ee.tar.gz |
Remove the useless __docformat__ variable.
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 ff929621..403a4365 100644 --- a/astroid/nodes.py +++ b/astroid/nodes.py @@ -36,8 +36,6 @@ on From and Import : """ # pylint: disable=unused-import,redefined-builtin -__docformat__ = "restructuredtext en" - from astroid.node_classes import ( Arguments, AssAttr, Assert, Assign, AssName, AugAssign, Backquote, BinOp, BoolOp, Break, CallFunc, Compare, |