chore: blacked

This commit is contained in:
2024-11-22 08:31:45 +01:00
parent f2854ddebf
commit 3deb6b0aa9
7 changed files with 81 additions and 28 deletions
+12 -2
View File
@@ -1,8 +1,18 @@
from django.contrib import admin
from unfold.admin import ModelAdmin
from shop.models import (Brand, Customer, Order, OrderLine, Product,
ProductBatch, ProductPrice, Provider, Tag, Tax)
from shop.models import (
Brand,
Customer,
Order,
OrderLine,
Product,
ProductBatch,
ProductPrice,
Provider,
Tag,
Tax,
)
# Register your models here.