Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/uc-cdis/peregrine
Browse files Browse the repository at this point in the history
  • Loading branch information
giangbui committed Mar 22, 2018
2 parents 67d8abc + 3b14cc9 commit 56f9af1
Show file tree
Hide file tree
Showing 15 changed files with 1,429 additions and 1,792 deletions.
2 changes: 0 additions & 2 deletions peregrine/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import datamodelutils
from dictionaryutils import DataDictionary, dictionary as dict_init
from userdatamodel.driver import SQLAlchemyDriver

from cdispyutils.log import get_handler

import peregrine
Expand Down Expand Up @@ -65,7 +64,6 @@ def db_init(app):
app.userdb = SQLAlchemyDriver(app.config['PSQL_USER_DB_CONNECTION'])
flask_scoped_session(app.userdb.Session, app)


try:
app.logger.info('Initializing Auth driver')
app.auth = AuthDriver(app.config["AUTH_ADMIN_CREDS"], app.config["INTERNAL_AUTH"])
Expand Down
Loading

0 comments on commit 56f9af1

Please sign in to comment.