fix: sorted imports
This commit is contained in:
+3
-12
@@ -1,18 +1,9 @@
|
||||
from django.contrib import admin
|
||||
from shop.models import (
|
||||
Product,
|
||||
ProductPrice,
|
||||
OrderLine,
|
||||
Order,
|
||||
Tax,
|
||||
Customer,
|
||||
Provider,
|
||||
Tag,
|
||||
ProductBatch,
|
||||
Brand,
|
||||
)
|
||||
from unfold.admin import ModelAdmin
|
||||
|
||||
from shop.models import (Brand, Customer, Order, OrderLine, Product,
|
||||
ProductBatch, ProductPrice, Provider, Tag, Tax)
|
||||
|
||||
|
||||
# Register your models here.
|
||||
@admin.register(Product)
|
||||
|
||||
Reference in New Issue
Block a user