Fix flake8 warnings.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
d8d6dada5e
commit
744976e8a1
@@ -5,7 +5,7 @@ from django.shortcuts import get_object_or_404
|
||||
from rest_framework import generics, status
|
||||
from rest_framework.response import Response
|
||||
|
||||
from documents.models import Document, DocumentPage, DocumentVersion
|
||||
from documents.models import Document, DocumentVersion
|
||||
from rest_api.permissions import MayanPermission
|
||||
|
||||
from .models import DocumentPageOCRContent
|
||||
|
||||
Reference in New Issue
Block a user