PEP8 cleanups.

This commit is contained in:
Roberto Rosario
2015-08-19 14:50:44 -04:00
parent 683e54fea1
commit 68f3c6eee7
49 changed files with 1078 additions and 216 deletions

View File

@@ -61,7 +61,8 @@ class DocumentIndexingApp(MayanAppConfig):
)
)
SourceColumn(
source=IndexInstance, label=_('Document types'), attribute='get_document_types_names'
source=IndexInstance, label=_('Document types'),
attribute='get_document_types_names'
)
SourceColumn(
@@ -74,7 +75,9 @@ class DocumentIndexingApp(MayanAppConfig):
)
SourceColumn(
source=IndexTemplateNode, label=_('Has document links?'),
func=lambda context: two_state_template(context['object'].link_documents)
func=lambda context: two_state_template(
context['object'].link_documents
)
)
SourceColumn(