chore: removed unused imports
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
import frappe
|
||||
from frappe import _
|
||||
from frappe.model.document import Document
|
||||
from frappe.model.rename_doc import update_document_title
|
||||
|
||||
|
||||
class LMSProgram(Document):
|
||||
|
||||
@@ -32,7 +32,6 @@ class LMSQuizSubmission(Document):
|
||||
self.percentage = (self.score / self.score_out_of) * 100
|
||||
|
||||
def notify_member(self):
|
||||
print(self.is_new())
|
||||
if self.score != 0 and self.has_value_changed("score"):
|
||||
notification = frappe._dict(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user