fix(dashboard): Import missing _ (#7747)

This commit is contained in:
Aditya Hase 2019-06-25 12:40:29 +05:30 committed by Faris Ansari
parent f626541776
commit ab17b4f1c1

View file

@ -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