changeset e1b6e152b8bc in modules/purchase_invoice_line_standalone:default details: https://hg.tryton.org/modules/purchase_invoice_line_standalone?cmd=changeset;node=e1b6e152b8bc description: Remove unused import diffstat:
purchase.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 5e5ef3991d39 -r e1b6e152b8bc purchase.py --- a/purchase.py Mon Nov 02 16:06:21 2020 +0100 +++ b/purchase.py Sun Nov 15 18:16:45 2020 +0100 @@ -1,7 +1,6 @@ # 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 trytond.model import ModelSQL, fields -from trytond.transaction import Transaction from trytond.pool import Pool, PoolMeta
