PEP8 cleanups.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-29 03:10:17 -04:00
parent 7dd56bbf15
commit aa38b1c0e8
7 changed files with 9 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ link_document_ocr_errors_list = Link(
view='ocr:document_ocr_error_list'
)
link_document_ocr_download = Link(
args='resolved_object.id', icon_class=icon_document_ocr_download,
args='resolved_object.id', icon_class=icon_document_ocr_download,
permissions=(permission_ocr_content_view,), text=_('Download OCR text'),
view='ocr:document_ocr_download'
)