mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-16 19:40:39 +03:00
remove unnecessary required=False from test
This commit is contained in:
parent
3d61af85e9
commit
9b0aa5d0cd
|
@ -6,7 +6,7 @@ from ..schema import Schema
|
||||||
|
|
||||||
|
|
||||||
class Query(ObjectType):
|
class Query(ObjectType):
|
||||||
decimal = Decimal(input=Decimal(required=False))
|
decimal = Decimal(input=Decimal())
|
||||||
|
|
||||||
def resolve_decimal(self, info, input):
|
def resolve_decimal(self, info, input):
|
||||||
return input
|
return input
|
||||||
|
|
Loading…
Reference in New Issue
Block a user