Skip to content

Commit

Permalink
feat: upgrading simple api to drf compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Aug 8, 2024
1 parent 28afb4b commit c91fd97
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions lms/djangoapps/instructor/views/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,7 @@
from django.core.exceptions import ValidationError
from django.utils.translation import gettext as _
from rest_framework import serializers
from .tools import (
dump_block_extensions,
dump_student_extensions,
find_unit,
get_student_from_identifier,
handle_dashboard_error,
keep_field_private,
parse_datetime,
require_student_from_identifier,
set_due_date_extension,
strip_if_string,
)
from .tools import get_student_from_identifier
from common.djangoapps.util.json_request import JsonResponse

from lms.djangoapps.instructor.access import ROLES
Expand Down

0 comments on commit c91fd97

Please sign in to comment.