changeset c73882365ed7 in modules/company_work_time:default details: https://hg.tryton.org/modules/company_work_time?cmd=changeset&node=c73882365ed7 description: Remove unused import diffstat:
company.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 5191a947603e -r c73882365ed7 company.py --- a/company.py Sun Oct 16 14:14:10 2022 +0200 +++ b/company.py Sun Oct 23 18:51:48 2022 +0200 @@ -1,7 +1,7 @@ # 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 fields -from trytond.pool import Pool, PoolMeta +from trytond.pool import PoolMeta class Company(metaclass=PoolMeta):
