PEP8 cleanups, further removal of unused code

This commit is contained in:
Roberto Rosario
2014-10-21 19:28:52 -04:00
parent ce39a775ee
commit 2ea48bd1ba
24 changed files with 20 additions and 69 deletions

View File

@@ -4,9 +4,7 @@ from django import forms
from django.forms.formsets import formset_factory
from django.utils.translation import ugettext_lazy as _
from common.widgets import ScrollableCheckboxSelectMultiple
from .models import DocumentTypeDefaults, MetadataType
from .models import MetadataType
from .settings import AVAILABLE_FUNCTIONS, AVAILABLE_MODELS, AVAILABLE_VALIDATORS