Fix PEP8: W391 blank line at end of file

This commit is contained in:
stv
2015-02-15 16:27:41 -08:00
parent c4cdd65744
commit 5785fda7b1
3 changed files with 0 additions and 5 deletions

View File

@@ -70,5 +70,3 @@ exclude_patterns = ['build', 'links.rst']
project = u'edX Enrollment API Version 1'
copyright = u'2015, edX'

View File

@@ -83,5 +83,3 @@ project = u'edX Platform API Version 0.5 Alpha'
copyright = u'2015, edX'
exclude_patterns = ['build', 'links.rst']

View File

@@ -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")