From 3526320cb3bfdd58b33c90ca5bf6adc2c7ea24c9 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 26 Jun 2021 09:56:43 +0200 Subject: Remove use of deprecated node_classes and scoped_node API in astroid --- tests/testdata/python3/data/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testdata/python3') diff --git a/tests/testdata/python3/data/module.py b/tests/testdata/python3/data/module.py index 25913cbf..af4a75f7 100644 --- a/tests/testdata/python3/data/module.py +++ b/tests/testdata/python3/data/module.py @@ -2,7 +2,7 @@ """ __revision__ = '$Id: module.py,v 1.2 2005-11-02 11:56:54 syt Exp $' -from astroid.node_classes import Name as NameNode +from astroid.nodes.node_classes import Name as NameNode from astroid import modutils from astroid.utils import * import os.path -- cgit v1.2.1