Skip to content

Commit eaa045e

Browse files
committed
delint
1 parent 415d7d7 commit eaa045e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/rest_framework/mutation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Meta:
4949
)
5050

5151
@classmethod
52-
def __init_subclass_with_meta__(cls, lookup_field=None,
52+
def __init_subclass_with_meta__(cls, lookup_field=None,
5353
serializer_class=None, model_class=None,
5454
model_operations=['create', 'update'],
5555
only_fields=(), exclude_fields=(), **options):

0 commit comments

Comments
 (0)