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

@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
import copy
import shutil
from datetime import timedelta

View File

@@ -3,7 +3,6 @@ Tests core caching facilities.
"""
from django.test import TestCase
from opaque_keys.edx.locator import AssetLocator, CourseLocator

View File

@@ -1,7 +1,6 @@
"""Tests for CRUD Operations"""
from xmodule import templates
from xmodule.capa_module import ProblemBlock
from xmodule.course_module import CourseDescriptor

View File

@@ -3,7 +3,6 @@ Test the ability to export courses to xml from studio
"""
import copy
import os
import shutil

View File

@@ -3,7 +3,6 @@ Integration tests for importing courses containing pure XBlocks.
"""
from django.conf import settings
from xblock.core import XBlock
from xblock.fields import String

View File

@@ -3,7 +3,6 @@ Tests for the edx_proctoring integration into Studio
"""
from datetime import datetime, timedelta
import ddt

View File

@@ -1,7 +1,6 @@
"""Tests for verifying availability of resources for locking"""
import ddt
import six
from mock import Mock, patch

View File

@@ -4,7 +4,6 @@ Unit tests for video utils.
"""
from datetime import datetime
from unittest import TestCase