summaryrefslogtreecommitdiff
path: root/tests/test_scoped_nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_scoped_nodes.py')
-rw-r--r--tests/test_scoped_nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_scoped_nodes.py b/tests/test_scoped_nodes.py
index 15906f58..63fe0af7 100644
--- a/tests/test_scoped_nodes.py
+++ b/tests/test_scoped_nodes.py
@@ -47,7 +47,7 @@ from astroid.nodes.scoped_nodes.scoped_nodes import _is_metaclass
from . import resources
try:
- import six # pylint: disable=unused-import
+ import six # type: ignore[import] # pylint: disable=unused-import
HAS_SIX = True
except ImportError: