Skip to content

Commit

Permalink
chore(style): pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
scdanieli committed Dec 2, 2022
1 parent eff9551 commit e072edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/hr/doctype/attendance/attendance.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
from frappe.model.document import Document
from frappe.query_builder import Criterion
from frappe.utils import (
add_days,
cint,
cstr,
formatdate,
get_datetime,
get_link_to_form,
getdate,
nowdate,
add_days,
)

from hrms.hr.doctype.shift_assignment.shift_assignment import has_overlapping_timings
Expand Down

0 comments on commit e072edb

Please sign in to comment.