Commit c4cdd657 by stv

Fix PEP8: E303 too many blank lines

parent c4a63a5e
...@@ -54,8 +54,6 @@ if on_rtd: ...@@ -54,8 +54,6 @@ if on_rtd:
else: else:
os.environ['DJANGO_SETTINGS_MODULE'] = 'lms' os.environ['DJANGO_SETTINGS_MODULE'] = 'lms'
# -- General configuration ----------------------------------------------------- # -- General configuration -----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be extensions # Add any Sphinx extension module names here, as strings. They can be extensions
......
...@@ -225,7 +225,6 @@ class TestCohorts(ModuleStoreTestCase): ...@@ -225,7 +225,6 @@ class TestCohorts(ModuleStoreTestCase):
# get_cohort should return a group for user # get_cohort should return a group for user
self.assertEquals(cohorts.get_cohort(user, course.id).name, "AutoGroup") self.assertEquals(cohorts.get_cohort(user, course.id).name, "AutoGroup")
def test_auto_cohorting(self): def test_auto_cohorting(self):
""" """
Make sure cohorts.get_cohort() does the right thing with auto_cohort_groups Make sure cohorts.get_cohort() does the right thing with auto_cohort_groups
......
...@@ -204,7 +204,6 @@ def coverage(options): ...@@ -204,7 +204,6 @@ def coverage(options):
dir=directory dir=directory
)) ))
call_task('diff_coverage', options=dict(options)) call_task('diff_coverage', options=dict(options))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment