From 3e0c8fb7baa546db3c96e731e6c30ee8cde0258b Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 21 Dec 2016 14:20:36 -0500 Subject: [PATCH] Fix quality issues --- openedx/core/djangoapps/catalog/tests/test_utils.py | 1 - openedx/core/djangoapps/catalog/utils.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/openedx/core/djangoapps/catalog/tests/test_utils.py b/openedx/core/djangoapps/catalog/tests/test_utils.py index 0ae29a0da4..e93d6a956f 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 00b0aa99c4..64350d61a9 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