fix: sorted imports
This commit is contained in:
+5
-12
@@ -1,17 +1,10 @@
|
||||
from rest_framework.routers import DefaultRouter
|
||||
from shop.api.v1.viewsets import (
|
||||
TaxViewSet,
|
||||
CustomerViewSet,
|
||||
ProductViewSet,
|
||||
ProductPriceViewSet,
|
||||
OrderViewSet,
|
||||
OrderLineViewSet,
|
||||
ProviderViewSet,
|
||||
ProductBatchViewSet,
|
||||
TagViewSet,
|
||||
BrandViewSet,
|
||||
)
|
||||
|
||||
from shop.api.v1.viewsets import (BrandViewSet, CustomerViewSet,
|
||||
OrderLineViewSet, OrderViewSet,
|
||||
ProductBatchViewSet, ProductPriceViewSet,
|
||||
ProductViewSet, ProviderViewSet, TagViewSet,
|
||||
TaxViewSet)
|
||||
|
||||
app_name = "shop"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user