Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Frust, Tobias (FWCC) - 111645 committed Sep 27, 2017
1 parent 15ae05b commit bf8900a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shibboleth_authenticator/utils.py
Expand Up @@ -21,6 +21,7 @@
from __future__ import absolute_import, print_function

from flask import current_app
from invenio_oauthclient.utils import create_registrationform
from werkzeug.local import LocalProxy

_security = LocalProxy(lambda: current_app.extensions['security'])
Expand Down

0 comments on commit bf8900a

Please sign in to comment.