fix: COMMENT rules fix
This commit is contained in:
@@ -3,7 +3,6 @@ from django.contrib.auth import get_user_model
|
||||
|
||||
from drf_spectacular.utils import extend_schema
|
||||
|
||||
from rest_framework.decorators import action # type: ignore
|
||||
from rest_framework.permissions import AllowAny, IsAdminUser # type: ignore
|
||||
from rest_framework.viewsets import ModelViewSet # type: ignore
|
||||
from rest_framework.generics import GenericAPIView # type: ignore
|
||||
@@ -26,12 +25,10 @@ from core.apps.companies.serializers import (
|
||||
RetrieveCompanyFolderSerializer,
|
||||
CreateFolderForCompanySerializer,
|
||||
)
|
||||
|
||||
from core.apps.contracts.serializers import (
|
||||
RetrieveContractSerializer,
|
||||
BaseContractSerializer,
|
||||
)
|
||||
|
||||
from core.apps.contracts.models import ContractModel
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user