Skip to content

Commit a099ecb

Browse files
committed
fixed styles
1 parent 693ee6e commit a099ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphene_django/rest_framework/mutation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Meta:
5252
@classmethod
5353
def __init_subclass_with_meta__(cls, lookup_field=None, partial=False,
5454
serializer_class=None, model_class=None,
55-
model_operations=['add', 'update'],
55+
model_operations=['add', 'update'],
5656
only_fields=(), exclude_fields=(), **options):
5757

5858
if not serializer_class:
@@ -106,7 +106,7 @@ def resolve_serializer_inputs(cls, root, info, **input):
106106
'Invalid update operation. Input parameter "{}" required.'.format(
107107
lookup_field
108108
))
109-
109+
110110
return {
111111
'instance': instance,
112112
'data': input,

0 commit comments

Comments
 (0)