mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-22 13:59:51 +03:00
test
This commit is contained in:
parent
56ab0f612d
commit
951d65f230
|
@ -73,7 +73,6 @@ class DateTime(Scalar):
|
||||||
)
|
)
|
||||||
return cls.parse_value(node.value)
|
return cls.parse_value(node.value)
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def parse_value(value):
|
def parse_value(value):
|
||||||
if isinstance(value, datetime.datetime):
|
if isinstance(value, datetime.datetime):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user