summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_boto3.py
diff options
context:
space:
mode:
Diffstat (limited to 'astroid/brain/brain_boto3.py')
-rw-r--r--astroid/brain/brain_boto3.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/astroid/brain/brain_boto3.py b/astroid/brain/brain_boto3.py
index aff48fbf..64431f14 100644
--- a/astroid/brain/brain_boto3.py
+++ b/astroid/brain/brain_boto3.py
@@ -2,7 +2,8 @@
# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE
"""Astroid hooks for understanding boto3.ServiceRequest()"""
-from astroid import MANAGER, extract_node
+from astroid import extract_node
+from astroid.astroid_manager import MANAGER
from astroid.scoped_nodes import ClassDef
BOTO_SERVICE_FACTORY_QUALIFIED_NAME = "boto3.resources.base.ServiceResource"