From 0d40dba7ff28dcf98852ec832cc0064a43a6b32a Mon Sep 17 00:00:00 2001 From: noraiz-anwar Date: Fri, 26 Jan 2018 15:41:54 +0500 Subject: [PATCH] fix gating api exception handling --- openedx/core/lib/gating/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openedx/core/lib/gating/api.py b/openedx/core/lib/gating/api.py index ce76d35758..e93ee3d2a2 100644 --- a/openedx/core/lib/gating/api.py +++ b/openedx/core/lib/gating/api.py @@ -1,6 +1,7 @@ """ API for the gating djangoapp """ +import json import logging from django.contrib.auth.models import User