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 -5
View File
@@ -1,10 +1,17 @@
from rest_framework.routers import DefaultRouter
from shop.api.v1.viewsets import (BrandViewSet, CustomerViewSet,
OrderLineViewSet, OrderViewSet,
ProductBatchViewSet, ProductPriceViewSet,
ProductViewSet, ProviderViewSet, TagViewSet,
TaxViewSet)
from shop.api.v1.viewsets import (
BrandViewSet,
CustomerViewSet,
OrderLineViewSet,
OrderViewSet,
ProductBatchViewSet,
ProductPriceViewSet,
ProductViewSet,
ProviderViewSet,
TagViewSet,
TaxViewSet,
)
app_name = "shop"