diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-29 16:18:37 +0200 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-29 16:18:37 +0200 |
commit | 2e642ceddec546da26ddf73960d80d4610a5afcc (patch) | |
tree | 4a50e4c0e2f8879412f9576d330b20f24e223849 /astroid/nodes.py | |
parent | 73a8c27a77967c2e23c423c87d3a9857b5ba8712 (diff) | |
download | astroid-git-2e642ceddec546da26ddf73960d80d4610a5afcc.tar.gz |
Fix all unused imports in the code base.
Also, this patch adds a new rule in the pylintrc for the CI gate.
Diffstat (limited to 'astroid/nodes.py')
-rw-r--r-- | astroid/nodes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astroid/nodes.py b/astroid/nodes.py index 263ab476..67c2f8e8 100644 --- a/astroid/nodes.py +++ b/astroid/nodes.py @@ -34,6 +34,7 @@ on From and Import : """ +# pylint: disable=unused-import __docformat__ = "restructuredtext en" |