Merge pull request #22034 from edx/awais786/BOM-924

BOM-924
This commit is contained in:
Awais Qureshi
2019-10-15 12:39:42 +05:00
committed by GitHub

View File

@@ -3,9 +3,9 @@ Test scenarios for the crowdsource hinter xblock.
"""
from __future__ import absolute_import
import json
import unittest
import simplejson as json
from django.conf import settings
from django.urls import reverse
from six import text_type