Pyflakes fixes

This commit is contained in:
Albert Cervera i Areny 2023-10-11 11:00:54 +02:00
parent 73e62f8536
commit 6327e59d12
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@ from trytond.model import fields
from trytond.pool import Pool, PoolMeta
from trytond.pyson import If, Eval, Bool
__all__ = ['Account', 'AccountTemplate', 'FiscalYear', 'Period',
'AccountTypeTemplate', 'AccountType']
class Account(metaclass=PoolMeta):
__name__ = 'account.account'