Skip to content

Commit

Permalink
[FIX] fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Tran committed Oct 30, 2024
1 parent b28a3e0 commit 7e0aab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_wkhtmltopdf_param/models/report_paperformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import logging

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

_logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 7e0aab9

Please sign in to comment.