fix: sorted imports
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from decimal import Decimal
|
||||
|
||||
from rest_framework.test import APITestCase as TestCase
|
||||
from shop.models import Product, ProductPrice, Tax, Customer
|
||||
from shop.utils import create_order_line_for_product, create_order
|
||||
|
||||
from shop.models import Customer, Product, ProductPrice, Tax
|
||||
from shop.utils import create_order, create_order_line_for_product
|
||||
|
||||
|
||||
class ShopModelsTest(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user