diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2018-10-02 09:52:44 +0200 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-10-02 09:56:21 +0200 |
| commit | 3d58a62cefa30fdd20ab303227f6dd6f2bd60830 (patch) | |
| tree | 526d6815ce04383e41131662135a1ac918f72e74 /astroid/node_classes.py | |
| parent | 0d9e17a19dd4c8cce1ec3dab8cfdbcf0871eaf78 (diff) | |
| download | astroid-git-3d58a62cefa30fdd20ab303227f6dd6f2bd60830.tar.gz | |
Let formatting be handled by black
Diffstat (limited to 'astroid/node_classes.py')
| -rw-r--r-- | astroid/node_classes.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astroid/node_classes.py b/astroid/node_classes.py index 8247b0e2..d33c2b4e 100644 --- a/astroid/node_classes.py +++ b/astroid/node_classes.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# pylint: disable=too-many-lines; https://github.com/PyCQA/astroid/issues/465 # Copyright (c) 2009-2011, 2013-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2010 Daniel Harding <dharding@gmail.com> # Copyright (c) 2012 FELD Boris <lothiraldan@gmail.com> @@ -23,6 +22,8 @@ # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER +# pylint: disable=too-many-lines; https://github.com/PyCQA/astroid/issues/465 + """Module for some node classes. More nodes in scoped_nodes.py """ |
