Skip to content

Commit

Permalink
style(info-user): reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-cbna authored and jacquesfize committed Apr 3, 2024
1 parent 1647171 commit 127d99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/t_roles/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def updatepass(id_role=None):
flash(strigify_dict(form.errors), "error")

return render_template(
"user_pass.html",
"user_pass.html",
form=form,
title=title,
id_role=id_role,
Expand Down

0 comments on commit 127d99d

Please sign in to comment.