formatação

This commit is contained in:
2025-03-25 20:11:13 -03:00
parent add06a2a67
commit a2c1c2bcf0
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -1,7 +1,7 @@
from decimal import Decimal from decimal import Decimal
from django import template from django import template
from orders.models import Order
from orders.models import Order
from comandas.models import Comanda, ProductComanda from comandas.models import Comanda, ProductComanda
from clients.models import Client from clients.models import Client
from payments.models import Payments from payments.models import Payments