Removed alpha client imports.

This commit is contained in:
Nicholas Staples
2016-02-09 16:13:48 +00:00
parent 09d2f0d79d
commit 1b25a3c762
4 changed files with 2 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ from app.dao.users_dao import (
from app.schemas import (
user_schema, users_schema, service_schema, services_schema,
request_verify_code_schema, user_schema_load_json)
from app import (notify_alpha_client, api_user)
from app import api_user
user = Blueprint('user', __name__)