removed tabbing

This commit is contained in:
Rebeccah Hunter 2019-08-22 09:41:32 -04:00
parent af6e035c3b
commit fb71b2699f

View File

@ -699,7 +699,7 @@ class CredentialInputField(JSONSchemaField):
'ssh_key_data' not in errors
]):
errors['ssh_key_unlock'] = [_('should not be set when SSH key is not encrypted.')]
if errors:
raise serializers.ValidationError({
'inputs': errors