Commit 5785fda7 by stv

Fix PEP8: W391 blank line at end of file

parent c4cdd657
...@@ -70,5 +70,3 @@ exclude_patterns = ['build', 'links.rst'] ...@@ -70,5 +70,3 @@ exclude_patterns = ['build', 'links.rst']
project = u'edX Enrollment API Version 1' project = u'edX Enrollment API Version 1'
copyright = u'2015, edX' copyright = u'2015, edX'
...@@ -83,5 +83,3 @@ project = u'edX Platform API Version 0.5 Alpha' ...@@ -83,5 +83,3 @@ project = u'edX Platform API Version 0.5 Alpha'
copyright = u'2015, edX' copyright = u'2015, edX'
exclude_patterns = ['build', 'links.rst'] exclude_patterns = ['build', 'links.rst']
...@@ -1599,4 +1599,3 @@ class UpdateEmailOptInTestCase(ApiTestCase, ModuleStoreTestCase): ...@@ -1599,4 +1599,3 @@ class UpdateEmailOptInTestCase(ApiTestCase, ModuleStoreTestCase):
self.assertHttpBadRequest(response) self.assertHttpBadRequest(response)
with self.assertRaises(UserOrgTag.DoesNotExist): with self.assertRaises(UserOrgTag.DoesNotExist):
UserOrgTag.objects.get(user=self.user, org=self.course.id.org, key="email-optin") UserOrgTag.objects.get(user=self.user, org=self.course.id.org, key="email-optin")
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