PEP8 cleanups and code style cleanups.

This commit is contained in:
Roberto Rosario
2015-07-10 17:19:36 -04:00
parent c3be4bef53
commit e891fe9525
80 changed files with 557 additions and 630 deletions

View File

@@ -5,7 +5,7 @@ from django import forms
from common.classes import ModelAttribute
from documents.models import Document
from .models import Index, IndexTemplateNode
from .models import IndexTemplateNode
class IndexTemplateNodeForm(forms.ModelForm):