Pyflakes fixes

This commit is contained in:
Albert Cervera i Areny 2023-10-11 10:46:14 +02:00
parent 6007edb4a1
commit 8d71bb0c41

View file

@ -1,13 +1,9 @@
# This file is part sale_shipment_dua module for 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.pyson import Eval
from trytond.modules.currency.fields import Monetary
__all__ = ['Sale', 'SaleLine']
class Sale(metaclass=PoolMeta):
__name__ = 'sale.sale'