Skip to content

Commit

Permalink
[IMP] pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
eantones committed Oct 9, 2024
1 parent 7216007 commit 38810e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions account_move_service/models/account_move_line.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Copyright NuoBiT - Frank Cespedes <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)

from odoo import api, fields, models, _
from odoo.exceptions import ValidationError
from odoo import api, fields, models


class AccountMoveLine(models.Model):
Expand Down

0 comments on commit 38810e8

Please sign in to comment.