mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 22:21:38 +08:00
linting
This commit is contained in:
parent
47b1398cad
commit
479a9d1a35
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from flask_login import login_required, current_user
|
|||
from app.dashboard.base import dashboard_bp
|
||||
from app.extensions import db
|
||||
from app.models import Contact
|
||||
from app.pgp_utils import PGPException, load_public_key, load_public_key_and_check
|
||||
from app.pgp_utils import PGPException, load_public_key_and_check
|
||||
|
||||
|
||||
@dashboard_bp.route("/contact/<int:contact_id>/", methods=["GET", "POST"])
|
||||
|
|
Loading…
Reference in a new issue