Fix PEP8: E303 too many blank lines
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -204,7 +204,6 @@ def coverage(options):
|
||||
dir=directory
|
||||
))
|
||||
|
||||
|
||||
call_task('diff_coverage', options=dict(options))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user