fix: sorted imports
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
from decimal import Decimal
|
||||
|
||||
from shop.models import OrderLine, Product, Order, Customer, ProductBatch
|
||||
from shop.models import Customer, Order, OrderLine, Product, ProductBatch
|
||||
|
||||
|
||||
def create_order_line_for_product(product: Product, quantity: Decimal, order: Order):
|
||||
|
||||
Reference in New Issue
Block a user