Browse Source

Fix lint error

pull/1650/head
Hironsan 2 years ago
parent
commit
ec1d701a28
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/auto_labeling/views.py

2
backend/auto_labeling/views.py

@ -15,7 +15,7 @@ from rest_framework.request import Request
from rest_framework.response import Response from rest_framework.response import Response
from rest_framework.views import APIView from rest_framework.views import APIView
from api.models import Example, Project
from api.models import Project
from members.permissions import IsInProjectOrAdmin, IsProjectAdmin from members.permissions import IsInProjectOrAdmin, IsProjectAdmin
from .pipeline.execution import execute_pipeline, get_label_collection from .pipeline.execution import execute_pipeline, get_label_collection
from .exceptions import AWSTokenError, SampleDataException, TemplateMappingError, URLConnectionError from .exceptions import AWSTokenError, SampleDataException, TemplateMappingError, URLConnectionError

Loading…
Cancel
Save