Remove unnecessary imports

This commit is contained in:
Matthieu Dietrich
2016-05-24 11:56:36 +02:00
committed by MMI
parent bd876f8753
commit 06400af794

View File

@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
# © 2016 Camptocamp SA (Matthieu Dietrich)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import _, api, fields, models
from openerp.exceptions import UserError
from openerp import fields, models
class ResCompany(models.Model):