changeset feb8cdb7e5af in modules/authentication_sms:default
details: 
https://hg.tryton.org/modules/authentication_sms?cmd=changeset;node=feb8cdb7e5af
description:
        Remove unused import of Eval

        issue9368
        review319551002
diffstat:

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

diffs (11 lines):

diff -r cf6e802db022 -r feb8cdb7e5af res.py
--- a/res.py    Thu May 21 09:05:46 2020 +0200
+++ b/res.py    Thu May 28 11:14:47 2020 +0100
@@ -9,7 +9,6 @@
 from trytond.i18n import gettext
 from trytond.model import ModelSQL, fields
 from trytond.pool import PoolMeta, Pool
-from trytond.pyson import Eval
 from trytond.tools import resolve
 
 logger = logging.getLogger(__name__)

Reply via email to