Skip to content

Commit

Permalink
chore: fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure authored Dec 24, 2024
1 parent 7a5c30f commit 90aadcd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions erpnext/stock/deprecated_serial_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@

import frappe
from frappe.query_builder.functions import CombineDatetime, Sum
<<<<<<< HEAD
from frappe.utils import flt
from frappe.utils.deprecations import deprecated
=======
from frappe.utils import flt, nowtime
>>>>>>> 079b86044e (fix: posting_time issue (#44870))
from frappe.utils.deprecations import deprecated
from pypika import Order


Expand Down

0 comments on commit 90aadcd

Please sign in to comment.