summaryrefslogtreecommitdiff
path: root/astroid/node_classes.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-10-02 09:52:44 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-10-02 09:56:21 +0200
commit3d58a62cefa30fdd20ab303227f6dd6f2bd60830 (patch)
tree526d6815ce04383e41131662135a1ac918f72e74 /astroid/node_classes.py
parent0d9e17a19dd4c8cce1ec3dab8cfdbcf0871eaf78 (diff)
downloadastroid-git-3d58a62cefa30fdd20ab303227f6dd6f2bd60830.tar.gz
Let formatting be handled by black
Diffstat (limited to 'astroid/node_classes.py')
-rw-r--r--astroid/node_classes.py3
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
"""