test: drop unused timedelta import

This commit is contained in:
Nabin Hait
2026-07-03 17:05:53 +05:30
parent c5ab9958ff
commit 3240411876

View File

@@ -1,8 +1,6 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
from datetime import timedelta
import frappe
from frappe.utils import add_days, getdate, now_datetime, today