mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
PEP8 fix
This commit is contained in:
committed by
Elmeri Niemelä
parent
726d7cf1e0
commit
34c554efde
@@ -3,7 +3,7 @@
|
|||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
import os
|
import os
|
||||||
import logging
|
import logging
|
||||||
from odoo import api, fields, models, SUPERUSER_ID, _
|
from odoo import api, fields, models, _
|
||||||
from odoo.report.interface import report_int
|
from odoo.report.interface import report_int
|
||||||
from odoo.exceptions import ValidationError
|
from odoo.exceptions import ValidationError
|
||||||
from odoo import addons
|
from odoo import addons
|
||||||
|
|||||||
Reference in New Issue
Block a user