Skip to content

Commit 1aaafb5

Browse files
committed
fix: quality issues
1 parent 32d4b4d commit 1aaafb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openedx/core/djangoapps/content_libraries/rest_api

openedx/core/djangoapps/content_libraries/rest_api/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Content Library REST APIs related to XBlocks/Components and their static assets
33
"""
44
import edx_api_doc_tools as apidocs
5-
from django.core.exceptions import ObjectDoesNotExist
65
from django.conf import settings
6+
from django.core.exceptions import ObjectDoesNotExist
77
from django.db.transaction import non_atomic_requests
88
from django.http import Http404, HttpResponse, StreamingHttpResponse
99
from django.urls import reverse

0 commit comments

Comments
 (0)