chore: fixed linters

This commit is contained in:
Jannat Patel
2024-07-10 21:53:49 +05:30
parent a1f938eaaf
commit a84b225247

View File

@@ -542,4 +542,3 @@ def update_index(lessons, chapter):
frappe.db.set_value(
"Lesson Reference", {"lesson": row, "parent": chapter}, "idx", lessons.index(row) + 1
)
frappe.db.commit()