Commit b07402e7 by Troy Sankey

remove unused optparse imports

parent d037a19c
...@@ -5,7 +5,6 @@ from django.core.management.base import BaseCommand, CommandError ...@@ -5,7 +5,6 @@ from django.core.management.base import BaseCommand, CommandError
from django.db import transaction from django.db import transaction
from opaque_keys import InvalidKeyError from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import CourseKey from opaque_keys.edx.keys import CourseKey
from optparse import make_option
from six import text_type from six import text_type
from openedx.core.djangoapps.content.course_overviews.models import CourseOverview from openedx.core.djangoapps.content.course_overviews.models import CourseOverview
......
...@@ -5,7 +5,6 @@ Output is UTF-8 encoded by default. ...@@ -5,7 +5,6 @@ Output is UTF-8 encoded by default.
""" """
from __future__ import unicode_literals from __future__ import unicode_literals
from optparse import make_option
from textwrap import dedent from textwrap import dedent
from six import text_type from six import text_type
......
...@@ -17,7 +17,6 @@ The resulting JSON object has one entry for each module in the course: ...@@ -17,7 +17,6 @@ The resulting JSON object has one entry for each module in the course:
""" """
import json import json
from optparse import make_option
from textwrap import dedent from textwrap import dedent
from django.core.management.base import BaseCommand, CommandError from django.core.management.base import BaseCommand, CommandError
......
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