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

@ -6,11 +6,11 @@
from trytond.model import ModelView, ModelSQL, fields, SymbolMixin
from trytond.transaction import Transaction
from trytond.pool import Pool
from trytond.pyson import Eval, Bool, And, If, Date
from trytond.pyson import Eval, Bool, If, Date
from trytond.report import Report
from decimal import Decimal
from datetime import time, datetime
from datetime import time
from sql.functions import CurrentDate, CurrentTimestamp, Round, Extract
from sql.conditionals import Case, Coalesce, NullIf
from sql import Literal