Skip to content

Commit 8742ca3

Browse files
committed
PR feedback change for issue #1385, be more verbose and explicit with the naming, remove comment since naming is more verbose
1 parent 9c36820 commit 8742ca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphene_django/rest_framework/mutation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def get_serializer_kwargs(cls, root, info, **input):
127127
lookup_field = cls._meta.lookup_field
128128
model_class = cls._meta.model_class
129129
if model_class:
130-
# check if input is Enum, and serialize value into input
131130
for input_dict_key, maybe_enum in input.items():
132131
if isinstance(maybe_enum, Enum):
133132
choicefield_enum = maybe_enum

0 commit comments

Comments
 (0)