Skip to content

Commit e4f4efc

Browse files
committed
#1157 black format
1 parent bf3c24b commit e4f4efc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

subscribie/blueprints/admin/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ def edit():
565565
else:
566566
plan_requirements.note_to_seller_required = False
567567

568-
569568
plan_requirements.note_to_buyer_message = escape(
570569
str(getPlan(form.note_to_buyer_message, index, default="").data).strip()
571570
)
@@ -628,7 +627,9 @@ def edit():
628627
if isinstance(item, str):
629628
validation_errors.append(f"{key}: {item}")
630629

631-
return render_template("admin/edit.html", plans=plans, form=form, validation_errors=validation_errors)
630+
return render_template(
631+
"admin/edit.html", plans=plans, form=form, validation_errors=validation_errors
632+
)
632633

633634

634635
@admin.route("/add", methods=["GET", "POST"])

0 commit comments

Comments
 (0)