From e4d5de09da39eeae8714744668379be90ebc737f Mon Sep 17 00:00:00 2001 From: Bernard Szabo Date: Mon, 22 Aug 2022 12:55:50 -0400 Subject: [PATCH] feat: TNL-10051 fix whitespace violation Need two blank lines, not one --- openedx/core/lib/blockstore_api/methods.py | 1 + 1 file changed, 1 insertion(+) 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