chore: remove unused imports (#53722)

This commit is contained in:
Mihir Kandoi
2026-03-23 22:09:55 +05:30
committed by GitHub
parent 8ebc2e38ec
commit 91da450a31
24 changed files with 5 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
import frappe
from frappe import _
from frappe.utils import add_days, flt, get_datetime_str, nowdate
from frappe.utils.data import DateTimeLikeObject, now_datetime
from frappe.utils.data import DateTimeLikeObject
from frappe.utils.nestedset import get_root_of
from erpnext import get_default_company