Fix all E303 pep8 errors.
This commit is contained in:
@@ -3,7 +3,6 @@ Configuration for block_structure djangoapp
|
||||
"""
|
||||
|
||||
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ Models used by the block structure framework.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
import errno
|
||||
from contextlib import contextmanager
|
||||
from datetime import datetime
|
||||
|
||||
@@ -3,7 +3,6 @@ Unit tests for the Course Blocks tasks
|
||||
"""
|
||||
|
||||
|
||||
|
||||
from mock import patch
|
||||
|
||||
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase
|
||||
|
||||
@@ -3,7 +3,6 @@ Tests for transformer_registry.py
|
||||
"""
|
||||
|
||||
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
import ddt
|
||||
|
||||
@@ -3,7 +3,6 @@ Command to load course overviews.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
import logging
|
||||
|
||||
import six
|
||||
|
||||
Reference in New Issue
Block a user