Update cabinets and document_index api views docstrings. Update multi level docstrings as per Python best practices.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
f44fbe5687
commit
de65d96fe2
@@ -65,7 +65,6 @@ class TransformationManager(models.Manager):
|
||||
as_classes == True returns the transformation classes from .classes
|
||||
ready to be feed to the converter class
|
||||
"""
|
||||
|
||||
content_type = ContentType.objects.get_for_model(obj)
|
||||
|
||||
transformations = self.filter(
|
||||
|
||||
@@ -12,7 +12,6 @@ class YAMLValidator(object):
|
||||
"""
|
||||
Validates that the input is YAML compliant.
|
||||
"""
|
||||
|
||||
def __call__(self, value):
|
||||
value = value.strip()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user