Remove empty space and __all__.

This commit is contained in:
Albert Cervera i Areny 2021-03-19 23:08:51 +01:00
parent 619b626d57
commit 1d6ab9bd9d

View file

@ -4,8 +4,6 @@ from trytond.pool import Pool, PoolMeta
from trytond.exceptions import UserError
from trytond.i18n import gettext
__all__ = ['Purchase']
class Purchase(metaclass=PoolMeta):
__name__ = 'purchase.purchase'