changeset f0057818aef8 in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset&node=f0057818aef8
description:
Remove unused imports
issue11276
review387981002
diffstat:
trytond/ir/sequence.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r a64ca55b86e3 -r f0057818aef8 trytond/ir/sequence.py
--- a/trytond/ir/sequence.py Tue Mar 01 19:07:56 2022 +0100
+++ b/trytond/ir/sequence.py Sat Mar 05 17:32:18 2022 +0100
@@ -3,8 +3,6 @@
import time
from string import Template
-from sql import For, Literal
-
from trytond import backend
from trytond.exceptions import UserError
from trytond.i18n import gettext