Commit a86777eb by stv

Fix PEP8: E303 too many blank lines

parent b2ff02f0
...@@ -174,8 +174,6 @@ class ProfileApiTest(TestCase): ...@@ -174,8 +174,6 @@ class ProfileApiTest(TestCase):
result_obj = UserOrgTag.objects.get(user=user, org=course.id.org, key='email-optin') result_obj = UserOrgTag.objects.get(user=user, org=course.id.org, key='email-optin')
self.assertEqual(result_obj.value, expected_result) self.assertEqual(result_obj.value, expected_result)
@raises(profile_api.ProfileUserNotFound) @raises(profile_api.ProfileUserNotFound)
def test_retrieve_and_update_preference_info_no_user(self): def test_retrieve_and_update_preference_info_no_user(self):
preferences = profile_api.preference_info(self.USERNAME) preferences = profile_api.preference_info(self.USERNAME)
......
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