Handle HTTPError from API and routing errors from flask.

Removed catching the HTTPError where applicable.
This commit is contained in:
Rebecca Law
2016-03-10 14:56:47 +00:00
parent f6d98b63ea
commit 735ca07dee
5 changed files with 28 additions and 14 deletions

View File

@@ -1,11 +1,6 @@
from datetime import datetime
from notifications_python_client import HTTPError
from sqlalchemy.orm import load_only
from app import login_manager
from app.main.encryption import hashpw
from app import user_api_client
#