fix: Added import statement for translate wrapper
This commit is contained in:
parent
f2c638f8ab
commit
eaed1ae3d6
@ -4,6 +4,7 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
from frappe import _
|
||||
from frappe.model.document import Document
|
||||
|
||||
class CourseActivity(Document):
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
from frappe import _
|
||||
from frappe.model.document import Document
|
||||
from functools import reduce
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user