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

@@ -3,7 +3,6 @@ Configuration for block_structure djangoapp
"""
from django.apps import AppConfig

View File

@@ -3,7 +3,6 @@ Models used by the block structure framework.
"""
import errno
from contextlib import contextmanager
from datetime import datetime

View File

@@ -3,7 +3,6 @@ Unit tests for the Course Blocks tasks
"""
from mock import patch
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase

View File

@@ -3,7 +3,6 @@ Tests for transformer_registry.py
"""
from unittest import TestCase
import ddt

View File

@@ -3,7 +3,6 @@ Command to load course overviews.
"""
import logging
import six