removed unused imports

This commit is contained in:
Frederik Jaeckel 2023-01-13 13:48:50 +01:00
parent 6789e63872
commit 23665ae6dc
4 changed files with 4 additions and 8 deletions

View file

@ -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):