diff options
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 3711309b..59bb0109 100644 --- a/astroid/node_classes.py +++ b/astroid/node_classes.py @@ -92,6 +92,7 @@ from astroid.nodes.node_classes import ( # pylint: disable=redefined-builtin (E # Please remove astroid/scoped_nodes.py|astroid/node_classes.py in autoflake # exclude when removing this file. warnings.warn( - "The 'astroid.node_classes' module is deprecated and will be replaced by 'astroid.nodes' in astroid 3.0.0", + "The 'astroid.node_classes' module is deprecated and will be replaced by " + "'astroid.nodes' in astroid 3.0.0", DeprecationWarning, ) |