diff --git a/mayan/apps/sources/api_views.py b/mayan/apps/sources/api_views.py index c5f4add0b2..18cce831c1 100644 --- a/mayan/apps/sources/api_views.py +++ b/mayan/apps/sources/api_views.py @@ -18,7 +18,6 @@ from .serializers import (NewDocumentSerializer, StagingFolderFileSerializer, StagingFolderSerializer, StagingSourceFileImageSerializer, WebFormSourceSerializer) -from .tasks import task_source_upload_document class APIStagingSourceFileView(generics.GenericAPIView):