[FIX] flake8

This commit is contained in:
Bhavesh Odedra
2018-07-26 11:28:48 +05:30
committed by Lois Rilo
parent 6e8659229a
commit 8d8a3a5787

View File

@@ -1,8 +1,7 @@
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo import api, fields, models, _
from odoo.exceptions import ValidationError
from odoo import api, fields, models
class RmaOrder(models.Model):