fix(patches): stale imports breaking bench migrate

This commit is contained in:
Raizaaa
2026-04-29 15:44:03 +05:30
parent bb5e277e9e
commit 56eb556929
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -1,7 +1,2 @@
import frappe
from lms.install import add_pages_to_nav
def execute():
add_pages_to_nav()
pass
+1 -1
View File
@@ -1,6 +1,6 @@
import frappe
from lms.lms.api import update_course_statistics
from lms.lms.doctype.lms_course.lms_course import update_course_statistics
def execute():