remove unused optparse imports

This commit is contained in:
Troy Sankey
2017-11-09 11:55:41 -05:00
parent d037a19c94
commit b07402e751
3 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ from django.core.management.base import BaseCommand, CommandError
from django.db import transaction
from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import CourseKey
from optparse import make_option
from six import text_type
from openedx.core.djangoapps.content.course_overviews.models import CourseOverview