mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] remove unused imports
This commit is contained in:
@@ -18,10 +18,9 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import time
|
||||
from openerp.osv import fields, osv
|
||||
from openerp.osv import fields
|
||||
from openerp.osv.orm import Model
|
||||
from openerp.tools.translate import _
|
||||
|
||||
|
||||
class AccountMove(Model):
|
||||
_inherit = "account.move"
|
||||
|
||||
Reference in New Issue
Block a user