From ec1d701a28c28a2cf23a086aa269b99b90a1d1e1 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Wed, 26 Jan 2022 09:31:45 +0900 Subject: [PATCH] Fix lint error --- backend/auto_labeling/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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