fix(dashboard): Import missing _ (#7747)
This commit is contained in:
parent
f626541776
commit
ab17b4f1c1
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
import frappe, os
|
||||
from frappe import _
|
||||
from frappe.model.document import Document
|
||||
from frappe.modules.export_file import export_to_files
|
||||
from frappe.modules import get_module_path, scrub
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue