mirror of
https://github.com/wassname/flask-security.git
synced 2026-09-12 12:21:37 +08:00
PEP8 polish
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
:license: MIT, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from flask import request, current_app as app
|
||||
from flask import current_app as app
|
||||
from werkzeug.local import LocalProxy
|
||||
|
||||
from .signals import login_instructions_sent
|
||||
|
||||
Reference in New Issue
Block a user