flake8 cleanups

This commit is contained in:
Roberto Rosario
2012-07-29 02:09:42 -04:00
parent 96bd7cc044
commit e442979ff2
7 changed files with 9 additions and 14 deletions

View File

@@ -117,5 +117,5 @@ def convert_dict_to_dict_list(dictionary):
except MetadataType.DoesNotExist:
raise ValueError('Unknown metadata type name')
result.append({'id': metadata_type.pk, 'value': value})
return result