mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
chore: Removing unused import
This commit is contained in:
@@ -7,18 +7,16 @@ from frappe import _, msgprint, qb, scrub
|
|||||||
from frappe.contacts.doctype.address.address import get_company_address, get_default_address
|
from frappe.contacts.doctype.address.address import get_company_address, get_default_address
|
||||||
from frappe.core.doctype.user_permission.user_permission import get_permitted_documents
|
from frappe.core.doctype.user_permission.user_permission import get_permitted_documents
|
||||||
from frappe.model.utils import get_fetch_values
|
from frappe.model.utils import get_fetch_values
|
||||||
from frappe.query_builder.functions import Abs, Count, Date, Sum
|
from frappe.query_builder.functions import Abs, Date, Sum
|
||||||
from frappe.utils import (
|
from frappe.utils import (
|
||||||
add_days,
|
add_days,
|
||||||
add_months,
|
add_months,
|
||||||
add_years,
|
|
||||||
cint,
|
cint,
|
||||||
cstr,
|
cstr,
|
||||||
date_diff,
|
date_diff,
|
||||||
flt,
|
flt,
|
||||||
formatdate,
|
formatdate,
|
||||||
get_last_day,
|
get_last_day,
|
||||||
get_timestamp,
|
|
||||||
getdate,
|
getdate,
|
||||||
nowdate,
|
nowdate,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user