Skip to content
Snippets Groups Projects
Commit 99a925de authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Unused imports

parent dbc75ae3
No related branches found
No related tags found
1 merge request!18Transcription search
from rest_framework import status
from rest_framework.response import Response
from rest_framework.generics import ListAPIView, RetrieveAPIView
from rest_framework.pagination import PageNumberPagination
from documents.serializers import \
DocumentSerializer, PageLightSerializer, SearchResultSerializer, \
VolumeManifestSerializer, PageAnnotationListSerializer
from documents.models import Document, DocumentType, Page
from documents.search import search_transcriptions
from functools import lru_cache
class DocumentsList(ListAPIView):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment