From c4cdd65744eaebff9cb00fbcda8951f98a735b41 Mon Sep 17 00:00:00 2001 From: stv Date: Sun, 15 Feb 2015 16:26:37 -0800 Subject: [PATCH] Fix PEP8: E303 too many blank lines --- docs/en_us/enrollment_api/source/conf.py | 2 -- openedx/core/djangoapps/course_groups/tests/test_cohorts.py | 1 - pavelib/tests.py | 1 - 3 files changed, 4 deletions(-) diff --git a/docs/en_us/enrollment_api/source/conf.py b/docs/en_us/enrollment_api/source/conf.py index c76367e309..2410c2f8ab 100644 --- a/docs/en_us/enrollment_api/source/conf.py +++ b/docs/en_us/enrollment_api/source/conf.py @@ -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 diff --git a/openedx/core/djangoapps/course_groups/tests/test_cohorts.py b/openedx/core/djangoapps/course_groups/tests/test_cohorts.py index 4f396d32d2..66a2b6322d 100644 --- a/openedx/core/djangoapps/course_groups/tests/test_cohorts.py +++ b/openedx/core/djangoapps/course_groups/tests/test_cohorts.py @@ -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 diff --git a/pavelib/tests.py b/pavelib/tests.py index 11e82d9e5c..b1ad113742 100644 --- a/pavelib/tests.py +++ b/pavelib/tests.py @@ -204,7 +204,6 @@ def coverage(options): dir=directory )) - call_task('diff_coverage', options=dict(options))