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

@@ -4,8 +4,6 @@ Tests for OAuth2. This module is copied from django-rest-framework-oauth
"""
import itertools
import json
import unittest

View File

@@ -3,7 +3,6 @@ Exceptions that may be raised by the Blockstore API
"""
class BlockstoreException(Exception):
pass

View File

@@ -1,7 +1,6 @@
"""Helper functions to get data from APIs"""
import logging
from django.core.cache import cache

View File

@@ -14,7 +14,6 @@ def get_logger_config(log_dir,
logging_env="no_env",
local_loglevel='INFO',
service_variant=""):
"""
Return the appropriate logging config dictionary. You should assign the

View File

@@ -3,8 +3,6 @@ Utility functions for the edx-platform test suite.
"""
def attr(*args, **kwargs):
"""
Set the given attributes on the decorated test class, function or method.

View File

@@ -4,7 +4,6 @@ Helper functions shared by built-in XBlocks.
"""
from django.conf import settings