Fix quality issues

This commit is contained in:
Calen Pennington
2016-12-21 14:20:36 -05:00
parent 04115bfe43
commit 3e0c8fb7ba
2 changed files with 0 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
import uuid
import copy
import ddt
from django.test import TestCase
import mock
from opaque_keys.edx.keys import CourseKey

View File

@@ -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