diff --git a/openedx/core/lib/blockstore_api/methods.py b/openedx/core/lib/blockstore_api/methods.py index 76a5097df0..f48efd5830 100644 --- a/openedx/core/lib/blockstore_api/methods.py +++ b/openedx/core/lib/blockstore_api/methods.py @@ -37,6 +37,7 @@ import logging log = logging.getLogger(__name__) + def toggle_blockstore_api(func): """ Decorator function to toggle usage of the Blockstore service