PEP8 Cleanups

This commit is contained in:
Roberto Rosario
2014-11-11 14:58:37 -04:00
parent 5fbfe99c2f
commit 84493b7a72
34 changed files with 30 additions and 87 deletions

View File

@@ -9,7 +9,6 @@ from mptt.models import MPTTModel
from documents.models import Document, DocumentType
from .managers import IndexManager
from .settings import AVAILABLE_INDEXING_FUNCTIONS
class Index(models.Model):