diff --git a/openedx/core/djangoapps/content/block_structure/config/__init__.py b/openedx/core/djangoapps/content/block_structure/config/__init__.py index d10813d448..6cdc8af724 100644 --- a/openedx/core/djangoapps/content/block_structure/config/__init__.py +++ b/openedx/core/djangoapps/content/block_structure/config/__init__.py @@ -3,7 +3,7 @@ This module contains various configuration settings via waffle switches for the Block Structure framework. """ from edx_django_utils.cache import RequestCache -from edx_toggles.toggles.__future__ import WaffleSwitch +from edx_toggles.toggles import WaffleSwitch from openedx.core.lib.cache_utils import request_cached