summaryrefslogtreecommitdiff
path: root/astroid/bases.py
diff options
context:
space:
mode:
Diffstat (limited to 'astroid/bases.py')
-rw-r--r--astroid/bases.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/astroid/bases.py b/astroid/bases.py
index c1007449..d5b042a0 100644
--- a/astroid/bases.py
+++ b/astroid/bases.py
@@ -404,6 +404,7 @@ class BoundMethod(UnboundMethod):
a subtype of ``type``, the name needs to be a string, the bases
needs to be a tuple of classes
"""
+ # pylint: disable=import-outside-toplevel; circular import
from astroid import node_classes
# Verify the metaclass