PEP8 cleanup

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-10-11 10:22:42 -04:00
parent beb3b936a6
commit acd8fd2a3e
2 changed files with 1 additions and 4 deletions

View File

@@ -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):
},
),
]

View File

@@ -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 (