Skip to content

Commit

Permalink
fix: conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure authored May 1, 2023
1 parent b31d8ee commit b19b0a4
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
from frappe import _
from frappe.exceptions import QueryDeadlockError, QueryTimeoutError
from frappe.model.document import Document
<<<<<<< HEAD
=======
from frappe.query_builder import DocType, Interval
from frappe.query_builder.functions import Max, Now
>>>>>>> f751727149 (fix: don't allow to make reposting for the closed period)
from frappe.query_builder.functions import Max
from frappe.utils import cint, get_link_to_form, get_weekday, getdate, now, nowtime
from frappe.utils.user import get_users_with_role
from rq.timeouts import JobTimeoutException
Expand Down

0 comments on commit b19b0a4

Please sign in to comment.