mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-22 05:49:59 +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)
|
||||
|
||||
|
||||
@staticmethod
|
||||
def parse_value(value):
|
||||
if isinstance(value, datetime.datetime):
|
||||
|
|
Loading…
Reference in New Issue
Block a user