fixed indentation

This commit is contained in:
Paul Bailey 2017-11-12 23:10:29 +00:00
parent e7391937dd
commit e05f41af40

View File

@ -87,6 +87,6 @@ class SerializerMutation(ClientIDMutation):
kwargs = {}
for f, field in serializer.fields.items():
kwargs[f] = field.get_attribute(obj)
kwargs[f] = field.get_attribute(obj)
return cls(errors=None, **kwargs)