Skip to content

Commit

Permalink
Merge pull request #25576 from akhilnarang/fix-missing-import
Browse files Browse the repository at this point in the history
fix: add missing import
  • Loading branch information
akhilnarang committed Mar 21, 2024
2 parents 4ea9c50 + beb2f22 commit 1a8ea02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/desk/reportview.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from frappe.model.base_document import get_controller
from frappe.model.db_query import DatabaseQuery
from frappe.model.utils import is_virtual_doctype
from frappe.utils import add_user_info, cint, format_duration
from frappe.utils import add_user_info, cint, cstr, format_duration
from frappe.utils.data import sbool


Expand Down

0 comments on commit 1a8ea02

Please sign in to comment.