removed unused imports
This commit is contained in:
parent
6789e63872
commit
23665ae6dc
4 changed files with 4 additions and 8 deletions
|
@ -3,13 +3,11 @@
|
|||
# The COPYRIGHT file at the top level of this repository contains the
|
||||
# full copyright notices and license terms.
|
||||
|
||||
from trytond.model import ModelView, ModelSQL, fields
|
||||
from trytond.transaction import Transaction
|
||||
from trytond.model import fields
|
||||
from trytond.pool import Pool, PoolMeta
|
||||
from trytond.pyson import Eval
|
||||
from sql.functions import Function
|
||||
from datetime import timedelta
|
||||
from decimal import Decimal
|
||||
|
||||
|
||||
class Concat2(Function):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue