Skip to content

Commit cf145b5

Browse files
committed
lint fix
1 parent 12cd478 commit cf145b5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

selfservice/blueprints/otp.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ def enable():
8484
flash("2FA already configured.")
8585
return redirect("/otp")
8686

87-
return render_template(
88-
"otp.html", version=version, configured=True
89-
)
87+
return render_template("otp.html", version=version, configured=True)
9088

9189

9290
@otp_bp.route("/otp/remove", methods=["GET"])

0 commit comments

Comments
 (0)