minor fix import gettext

This commit is contained in:
Wilson Gomez 2023-01-05 15:20:42 -05:00
parent 6713042fea
commit 03e875a85a
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
from trytond.pool import PoolMeta
from trytond.modules.analytic_co.exceptions import AnalyticError
from trytond.i18n import gettext
class Move(metaclass=PoolMeta):