Skip to content

Commit

Permalink
minor identation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumukh committed Oct 5, 2016
1 parent c6c0e67 commit cc48099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from server.models import (User, Course, Assignment, Enrollment, Version,
GradingTask, Backup, Score, Group, Client, Job, db)
from server.constants import (INSTRUCTOR_ROLE, STAFF_ROLES, STUDENT_ROLE,
LAB_ASSISTANT_ROLE, GRADE_TAGS)
LAB_ASSISTANT_ROLE, GRADE_TAGS)

from server.extensions import cache
import server.forms as forms
Expand Down

0 comments on commit cc48099

Please sign in to comment.