Reorder LMS imports using isort
This commit is contained in:
@@ -3,11 +3,12 @@ Course API forms
|
||||
"""
|
||||
|
||||
from collections import namedtuple
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.forms import Form, CharField
|
||||
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.forms import CharField, Form
|
||||
from opaque_keys import InvalidKeyError
|
||||
from opaque_keys.edx.keys import CourseKey
|
||||
|
||||
from openedx.core.djangoapps.util.forms import ExtendedNullBooleanField
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user