fix: Remove unused imports

(cherry picked from commit d24cfff388)
This commit is contained in:
GangaManoj
2021-10-28 20:06:48 +05:30
committed by mergify-bot
parent 305b9508e6
commit ed58f206fa

View File

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