Fix all E303 pep8 errors.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
# pylint: disable=missing-docstring, invalid-name
|
||||
|
||||
|
||||
|
||||
import factory
|
||||
|
||||
from openedx.core.djangoapps.catalog.tests.factories import DictFactoryBase, generate_course_run_key
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
"""Mixins for use during testing."""
|
||||
|
||||
|
||||
|
||||
from openedx.core.djangoapps.credentials.models import CredentialsApiConfig
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
"""Tests for models supporting Credentials-related functionality."""
|
||||
|
||||
|
||||
|
||||
from django.test import TestCase, override_settings
|
||||
|
||||
from openedx.core.djangoapps.credentials.models import API_VERSION
|
||||
|
||||
Reference in New Issue
Block a user