remove unused api from imported

This commit is contained in:
Bhavesh Odedra
2018-05-16 11:39:04 +05:30
committed by Joan Sisquella
parent b1c61973e2
commit 202028d183

View File

@@ -1,7 +1,7 @@
# Copyright 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 import fields, models
class PurchaseOrderLine(models.Model):