Pyflakes fixes

This commit is contained in:
Albert Cervera i Areny 2023-10-11 10:48:07 +02:00
parent b1e196aa4d
commit 0dda26a238
2 changed files with 0 additions and 4 deletions

View file

@ -1,14 +1,11 @@
# 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 import backend
from trytond.model import ModelView, ModelSQL, ModelSingleton, fields
from trytond.pool import Pool
from trytond.pyson import Eval, Id
from trytond.modules.company.model import (
CompanyMultiValueMixin, CompanyValueMixin)
__all__ = ['Configuration', 'ConfigurationSequence', 'ConfigurationAccount']
class Configuration(
ModelSingleton, ModelSQL, ModelView, CompanyMultiValueMixin):

View file

@ -1,6 +1,5 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond import backend
from trytond.model import ModelSQL, fields
from trytond.pool import PoolMeta, Pool
from trytond.pyson import Eval