PEP8 cleanup
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -19,7 +19,6 @@ class Migration(migrations.Migration):
|
||||
name='document_page',
|
||||
field=models.OneToOneField(
|
||||
on_delete=django.db.models.deletion.CASCADE,
|
||||
#name='document_version_page',
|
||||
related_name='ocr_content',
|
||||
to='documents.DocumentVersionPage',
|
||||
verbose_name='Document version page'
|
||||
@@ -38,5 +37,3 @@ class Migration(migrations.Migration):
|
||||
},
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ from django.utils.encoding import force_text, python_2_unicode_compatible
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from mayan.apps.documents.models import (
|
||||
DocumentPage, DocumentType, DocumentVersion, DocumentVersionPage
|
||||
DocumentType, DocumentVersion, DocumentVersionPage
|
||||
)
|
||||
|
||||
from .managers import (
|
||||
|
||||
Reference in New Issue
Block a user