changeset 91cd00853531 in modules/account_statement:default
details: 
https://hg.tryton.org/modules/account_statement?cmd=changeset&node=91cd00853531
description:
        Remove unused import
diffstat:

 journal.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r ff3ff10454c4 -r 91cd00853531 journal.py
--- a/journal.py        Sun Oct 16 14:14:09 2022 +0200
+++ b/journal.py        Sun Oct 23 18:51:37 2022 +0200
@@ -2,7 +2,6 @@
 # this repository contains the full copyright notices and license terms.
 from sql import Table
 
-from trytond import backend
 from trytond.model import DeactivableMixin, ModelSQL, ModelView, Unique, fields
 from trytond.pool import Pool
 from trytond.pyson import Eval

Reply via email to