Commit 1e74cd0c by Calen Pennington

Split up package imports from single name imports

parent 5c79e250
......@@ -3,13 +3,14 @@ Tests for programs celery tasks.
"""
import ddt
import httpretty
import json
import mock
from celery.exceptions import MaxRetriesExceededError
from django.conf import settings
from django.test import override_settings, TestCase
from edx_rest_api_client.client import EdxRestApiClient
import httpretty
import json
import mock
from oauth2_provider.tests.factories import ClientFactory
from openedx.core.djangoapps.credentials.tests.mixins import CredentialsApiConfigMixin
......
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