Skip to content

Commit

Permalink
Merge pull request #300 from mitocw/tasawer/fix-500-error-on-sysadmin
Browse files Browse the repository at this point in the history
fix 500 error on sysadmin
  • Loading branch information
Tasawer Nawaz authored Nov 9, 2021
2 parents a8ab030 + e3b1846 commit aa7f8a6
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 aa7f8a6

Please sign in to comment.