We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d4b4d commit 1aaafb5Copy full SHA for 1aaafb5
1 file changed
openedx/core/djangoapps/content_libraries/rest_api/blocks.py
@@ -2,8 +2,8 @@
2
Content Library REST APIs related to XBlocks/Components and their static assets
3
"""
4
import edx_api_doc_tools as apidocs
5
-from django.core.exceptions import ObjectDoesNotExist
6
from django.conf import settings
+from django.core.exceptions import ObjectDoesNotExist
7
from django.db.transaction import non_atomic_requests
8
from django.http import Http404, HttpResponse, StreamingHttpResponse
9
from django.urls import reverse
0 commit comments