fix: linter (imports alphabetical)

This commit is contained in:
marination 2022-03-02 13:09:34 +05:30
parent e0d5c6118f
commit 54b3676f35

View File

@ -6,7 +6,7 @@ import copy
import frappe
from frappe import _
from frappe.query_builder.functions import Sum, Coalesce
from frappe.query_builder.functions import Coalesce, Sum
from frappe.utils import date_diff, flt, getdate