Fix PEP8: E302 expected 2 blank lines, found 1

This commit is contained in:
stv
2014-11-25 13:05:43 -05:00
parent f1cd35ac0b
commit b2ff02f0e1
2 changed files with 2 additions and 0 deletions

View File

@@ -452,6 +452,7 @@ def parse_query_params(strategy, response, *args, **kwargs):
'is_register_2': auth_entry == AUTH_ENTRY_REGISTER_2,
}
# TODO (ECOM-369): Once the A/B test of the combined login/registration
# form completes, we will be able to remove the extra login/registration
# end-points. HOWEVER, users who used the new forms during the A/B

View File

@@ -16,6 +16,7 @@ from user_api.helpers import intercept_errors
log = logging.getLogger(__name__)
class ProfileRequestError(Exception):
""" The request to the API was not valid. """
pass