diff --git a/mayan/apps/document_indexing/apps.py b/mayan/apps/document_indexing/apps.py index 5a21f71e62..fb67751bae 100644 --- a/mayan/apps/document_indexing/apps.py +++ b/mayan/apps/document_indexing/apps.py @@ -24,7 +24,7 @@ from .links import ( link_template_node_create, link_template_node_delete, link_template_node_edit ) -from .models import Index, IndexTemplateNode, IndexInstanceNode +from .models import Index, IndexTemplateNode class DocumentIndexingApp(MayanAppConfig):