@ -2,6 +2,8 @@ from drf_spectacular.utils import extend_schema, extend_schema_view, OpenApiResp
|
||||
|
||||
from api.viewsets.common import ModelViewSet
|
||||
|
||||
# This import only exists so that the migrations can be created
|
||||
from itim.models.cluster_type_history import ClusterTypeHistory # pylint: disable=W0611:unused-import
|
||||
from itim.serializers.cluster_type import (
|
||||
ClusterType,
|
||||
ClusterTypeModelSerializer,
|
||||
|
Reference in New Issue
Block a user