mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-26 00:20:42 +03:00
Add missing new line
This commit is contained in:
parent
5c3306e78d
commit
93bbc194bf
|
@ -126,4 +126,4 @@ class SerializerMutation(six.with_metaclass(SerializerMutationMeta, Mutation)):
|
||||||
def perform_mutate(cls, serializer, info):
|
def perform_mutate(cls, serializer, info):
|
||||||
obj = serializer.save()
|
obj = serializer.save()
|
||||||
|
|
||||||
return cls(errors=[], **obj)
|
return cls(errors=[], **obj)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user