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

@@ -11,7 +11,7 @@ from frappe.desk.reportview import get_filters_cond, get_match_cond
from frappe.permissions import has_permission
from frappe.query_builder import Criterion, CustomFunction
from frappe.query_builder.functions import Concat, Locate, Sum
from frappe.utils import cint, nowdate, today, unique
from frappe.utils import nowdate, today, unique
from pypika import Order
import erpnext