changeset 9bdfe8039627 in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset&node=9bdfe8039627 description: Remove unused import diffstat:
party.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 2e56a2adbf9c -r 9bdfe8039627 party.py --- a/party.py Sun Oct 16 14:14:09 2022 +0200 +++ b/party.py Sun Oct 23 18:51:25 2022 +0200 @@ -2,7 +2,7 @@ # this repository contains the full copyright notices and license terms. from trytond import backend from trytond.i18n import gettext -from trytond.model import ModelSQL, ModelView, ValueMixin, fields +from trytond.model import ModelSQL, ValueMixin, fields from trytond.modules.party.exceptions import EraseError from trytond.pool import Pool, PoolMeta from trytond.tools.multivalue import migrate_property
