fix: Remove unused imports

This commit is contained in:
GangaManoj 2021-10-28 20:06:48 +05:30
parent 1a9d2684e2
commit d24cfff388

View File

@ -19,8 +19,7 @@ from frappe.utils import (
get_link_to_form, get_link_to_form,
getdate, getdate,
nowdate, nowdate,
now, today,
today
) )
from six import text_type from six import text_type