Browse Source

Remove unused import

pull/10/head
Hironsan 6 years ago
parent
commit
54a81f7c2c
1 changed files with 1 additions and 1 deletions
  1. 2
      app/server/api.py

2
app/server/api.py

@ -9,7 +9,7 @@ from rest_framework.permissions import IsAuthenticated, IsAdminUser
from rest_framework.response import Response
from rest_framework.views import APIView
from .models import Project, Label, Document, Seq2seqAnnotation
from .models import Project, Label, Document
from .permissions import IsAdminUserAndWriteOnly, IsProjectUser, IsOwnAnnotation
from .serializers import ProjectSerializer, LabelSerializer, DocumentSerializer

Loading…
Cancel
Save