Fix all E303 pep8 errors.
This commit is contained in:
@@ -4,8 +4,6 @@ Tests for OAuth2. This module is copied from django-rest-framework-oauth
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
import itertools
|
||||
import json
|
||||
import unittest
|
||||
|
||||
@@ -3,7 +3,6 @@ Exceptions that may be raised by the Blockstore API
|
||||
"""
|
||||
|
||||
|
||||
|
||||
class BlockstoreException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
"""Helper functions to get data from APIs"""
|
||||
|
||||
|
||||
|
||||
import logging
|
||||
|
||||
from django.core.cache import cache
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -4,7 +4,6 @@ Helper functions shared by built-in XBlocks.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user