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