diff --git a/backend/auto_labeling/views.py b/backend/auto_labeling/views.py index 1331a885..34b9b7b4 100644 --- a/backend/auto_labeling/views.py +++ b/backend/auto_labeling/views.py @@ -15,7 +15,7 @@ from rest_framework.request import Request from rest_framework.response import Response from rest_framework.views import APIView -from api.models import Example, Project +from api.models import Project from members.permissions import IsInProjectOrAdmin, IsProjectAdmin from .pipeline.execution import execute_pipeline, get_label_collection from .exceptions import AWSTokenError, SampleDataException, TemplateMappingError, URLConnectionError