Commit 44141b6a by John Jarvis

pep8 cleanup

parent 491027a8
...@@ -31,8 +31,8 @@ class Command(BaseCommand): ...@@ -31,8 +31,8 @@ class Command(BaseCommand):
metavar='COURSE_ID', metavar='COURSE_ID',
dest='course', dest='course',
default=False, default=False,
help='Grade and generate certificates for a specific course'), help='Grade and generate certificates '
'for a specific course'),
) )
def handle(self, *args, **options): def handle(self, *args, **options):
...@@ -40,9 +40,7 @@ class Command(BaseCommand): ...@@ -40,9 +40,7 @@ class Command(BaseCommand):
# Will only generate a certificate if the current # Will only generate a certificate if the current
# status is in this state # status is in this state
VALID_STATUSES = [ VALID_STATUSES = [CertificateStatuses.unavailable]
CertificateStatuses.unavailable
]
# Print update after this many students # Print update after this many students
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment