s/pylint:disable/pylint: disable/ (formatting fix)

This commit is contained in:
Sarina Canelake
2014-11-30 01:51:56 -05:00
parent c0556a7ef8
commit c54a71feb5
4 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ from xmodule_django.models import CourseKeyField
# but currently the rest of the system assumes that "student" defines
# certain models. For now we will leave the models in "student" and
# create an alias in "user_api".
from student.models import UserProfile, Registration, PendingEmailChange # pylint:disable=unused-import
from student.models import UserProfile, Registration, PendingEmailChange # pylint: disable=unused-import
class UserPreference(models.Model):