PEP8 cleanups, specially E501 line too long.

This commit is contained in:
Roberto Rosario
2015-07-22 18:21:37 -04:00
parent c275988c90
commit 4527563d89
118 changed files with 2839 additions and 756 deletions

View File

@@ -5,4 +5,7 @@ from django.utils.translation import ugettext_lazy as _
from navigation import Link
link_api = Link(icon='fa fa-plug', text=_('REST API'), view='api-root')
link_api_documentation = Link(icon='fa fa-book', text=_('API Documentation'), view='django.swagger.base.view')
link_api_documentation = Link(
icon='fa fa-book', text=_('API Documentation'),
view='django.swagger.base.view'
)