Skip to content

Commit

Permalink
feat!: upgrading api to DRF.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored and feanil committed Nov 14, 2024
1 parent 102c80d commit 4c6cccf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lms/djangoapps/instructor/views/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3589,7 +3589,6 @@ def build_row_errors(key, _user, row_count):
"""
row_errors[key].append(_('user "{user}" in row# {row}').format(user=_user, row=row_count))


if 'students_list' in request.FILES:
try:
upload_file = request.FILES.get('students_list')
Expand Down

0 comments on commit 4c6cccf

Please sign in to comment.