Pyflakes fixes.

This commit is contained in:
Albert Cervera i Areny 2020-12-07 12:39:19 +01:00
parent 9558854eb6
commit 6abedd3c0a

View file

@ -1,14 +1,9 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from decimal import Decimal
from simpleeval import simple_eval
from trytond.model import ModelView, ModelSQL, fields
from trytond.pool import Pool, PoolMeta
from trytond.pool import PoolMeta
from trytond.pyson import Eval
from trytond.transaction import Transaction
from trytond.tools import decistmt
from trytond.i18n import gettext
from trytond.exceptions import UserError
__all__ = ['Manager', 'Agent']