Merge pull request #26374 from regisb/regisb/no-future

[BD-21] Upgrade usage of edx_toggles.toggles
This commit is contained in:
Robert Raposa
2021-02-04 08:43:06 -05:00
committed by GitHub

View File

@@ -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