Browse Source

[RFR] Remove unneeded import

pull/1049/head
Eric Lembregts 7 years ago
committed by Holger Brunn
parent
commit
660a6ac897
  1. 2
      auditlog/models/methods.py

2
auditlog/models/methods.py

@ -1,6 +1,6 @@
# coding: utf-8
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import api, fields, models
from openerp import fields, models
class AuditlogMethods(models.Model):

Loading…
Cancel
Save