Skip to content

Commit

Permalink
fix: conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure committed Aug 17, 2022
1 parent 7ee75ff commit 41b8563
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions erpnext/stock/doctype/stock_entry/test_stock_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
import frappe
from frappe.permissions import add_user_permission, remove_user_permission
from frappe.tests.utils import FrappeTestCase, change_settings
<<<<<<< HEAD
from frappe.utils import add_days, flt, nowdate, nowtime
from six import iteritems
=======
from frappe.utils import add_days, flt, nowdate, nowtime, today
>>>>>>> 795c94384a (fix: not able to issue expired batches)
from six import iteritems

from erpnext.accounts.doctype.account.test_account import get_inventory_account
from erpnext.stock.doctype.item.test_item import (
Expand Down

0 comments on commit 41b8563

Please sign in to comment.