Fix PEP8: E303 too many blank lines

This commit is contained in:
stv
2015-02-15 16:26:37 -08:00
parent c4a63a5eff
commit c4cdd65744
3 changed files with 0 additions and 4 deletions

View File

@@ -54,8 +54,6 @@ if on_rtd:
else:
os.environ['DJANGO_SETTINGS_MODULE'] = 'lms'
# -- General configuration -----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be extensions

View File

@@ -225,7 +225,6 @@ class TestCohorts(ModuleStoreTestCase):
# get_cohort should return a group for user
self.assertEquals(cohorts.get_cohort(user, course.id).name, "AutoGroup")
def test_auto_cohorting(self):
"""
Make sure cohorts.get_cohort() does the right thing with auto_cohort_groups

View File

@@ -204,7 +204,6 @@ def coverage(options):
dir=directory
))
call_task('diff_coverage', options=dict(options))