mirror of
https://github.com/wassname/flask-security.git
synced 2026-09-09 11:22:35 +08:00
Whitespace!
This commit is contained in:
@@ -15,7 +15,7 @@ from werkzeug.local import LocalProxy
|
||||
from .confirmable import generate_confirmation_link
|
||||
from .signals import user_registered
|
||||
from .utils import do_flash, get_message, send_mail, encrypt_password, \
|
||||
config_value
|
||||
config_value
|
||||
|
||||
# Convenient references
|
||||
_security = LocalProxy(lambda: app.extensions['security'])
|
||||
|
||||
Reference in New Issue
Block a user