From 5785fda7b13c499a0fb4480667528bd3904c8b41 Mon Sep 17 00:00:00 2001 From: stv Date: Sun, 15 Feb 2015 16:27:41 -0800 Subject: [PATCH] Fix PEP8: W391 blank line at end of file --- docs/en_us/enrollment_api/source/conf.py | 2 -- docs/en_us/platform_api/source/conf.py | 2 -- openedx/core/djangoapps/user_api/tests/test_views.py | 1 - 3 files changed, 5 deletions(-) diff --git a/docs/en_us/enrollment_api/source/conf.py b/docs/en_us/enrollment_api/source/conf.py index 2410c2f8ab..ba1b50ba5f 100644 --- a/docs/en_us/enrollment_api/source/conf.py +++ b/docs/en_us/enrollment_api/source/conf.py @@ -70,5 +70,3 @@ exclude_patterns = ['build', 'links.rst'] project = u'edX Enrollment API Version 1' copyright = u'2015, edX' - - diff --git a/docs/en_us/platform_api/source/conf.py b/docs/en_us/platform_api/source/conf.py index 72fedfd9ed..fbd9cb05e2 100644 --- a/docs/en_us/platform_api/source/conf.py +++ b/docs/en_us/platform_api/source/conf.py @@ -83,5 +83,3 @@ project = u'edX Platform API Version 0.5 Alpha' copyright = u'2015, edX' exclude_patterns = ['build', 'links.rst'] - - diff --git a/openedx/core/djangoapps/user_api/tests/test_views.py b/openedx/core/djangoapps/user_api/tests/test_views.py index 02eb0f3e90..0120750543 100644 --- a/openedx/core/djangoapps/user_api/tests/test_views.py +++ b/openedx/core/djangoapps/user_api/tests/test_views.py @@ -1599,4 +1599,3 @@ class UpdateEmailOptInTestCase(ApiTestCase, ModuleStoreTestCase): self.assertHttpBadRequest(response) with self.assertRaises(UserOrgTag.DoesNotExist): UserOrgTag.objects.get(user=self.user, org=self.course.id.org, key="email-optin") -