diff --git a/openedx/core/djangoapps/catalog/tests/test_utils.py b/openedx/core/djangoapps/catalog/tests/test_utils.py index 0ae29a0..e93d6a9 100644 --- a/openedx/core/djangoapps/catalog/tests/test_utils.py +++ b/openedx/core/djangoapps/catalog/tests/test_utils.py @@ -2,7 +2,6 @@ import uuid import copy -import ddt from django.test import TestCase import mock from opaque_keys.edx.keys import CourseKey diff --git a/openedx/core/djangoapps/catalog/utils.py b/openedx/core/djangoapps/catalog/utils.py index 00b0aa9..64350d6 100644 --- a/openedx/core/djangoapps/catalog/utils.py +++ b/openedx/core/djangoapps/catalog/utils.py @@ -1,6 +1,4 @@ """Helper functions for working with the catalog service.""" -from urlparse import urlparse - from django.conf import settings from django.contrib.auth.models import User from edx_rest_api_client.client import EdxRestApiClient