Skip to content

Commit

Permalink
fix 500 error on sysadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
tasawernawaz committed Nov 9, 2021
1 parent a8ab030 commit e3b1846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/dashboard/sysadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import subprocess

import mongoengine
import unicodecsv as csv
import csv
from django.conf import settings
from django.contrib.auth.decorators import login_required
from django.contrib.auth.models import User
Expand Down

0 comments on commit e3b1846

Please sign in to comment.