Fix all E303 pep8 errors.

This commit is contained in:
Feanil Patel
2019-12-30 12:25:38 -05:00
parent 61e1eda20d
commit 6e3fe00fff
783 changed files with 0 additions and 793 deletions

View File

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

View File

@@ -1,7 +1,6 @@
"""Mixins for use during testing."""
from openedx.core.djangoapps.credentials.models import CredentialsApiConfig

View File

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