Skip to content

Commit

Permalink
fix: Override pre-commit behaviour due to conflicts with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marination committed Jan 6, 2025
1 parent 8de0fe7 commit d7bf73c
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
import json

import frappe
from frappe import _
from frappe.model.document import Document
from frappe.query_builder.custom import ConstantColumn
from frappe.utils import cint, flt

from erpnext import get_default_cost_center
from erpnext.accounts.doctype.bank_transaction.bank_transaction import get_total_allocated_amount
from erpnext.accounts.party import get_party_account
Expand All @@ -14,10 +19,6 @@
)
from erpnext.accounts.utils import get_account_currency, get_balance_on
from erpnext.setup.utils import get_exchange_rate
from frappe import _
from frappe.model.document import Document
from frappe.query_builder.custom import ConstantColumn
from frappe.utils import cint, flt


class BankReconciliationTool(Document):
Expand Down

0 comments on commit d7bf73c

Please sign in to comment.