Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
albig committed Jan 30, 2025
1 parent e7c5396 commit 9f01c4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hr_holidays_overlap/models/hr_leave.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Copyright 2023 Hunki Enterprises BV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)


from odoo import api, models

exclude_sentinel = object()


class HrLeave(models.Model):
_inherit = "hr.leave"

Expand Down

0 comments on commit 9f01c4a

Please sign in to comment.