mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
fix linting error
This commit is contained in:
parent
d40ef4be2b
commit
de050fa6db
|
@ -15,7 +15,7 @@ class Decimal(Scalar):
|
||||||
'Received not compatible Decimal "{}"'.format(repr(dec))
|
'Received not compatible Decimal "{}"'.format(repr(dec))
|
||||||
)
|
)
|
||||||
return str(dec)
|
return str(dec)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def parse_literal(cls, node):
|
def parse_literal(cls, node):
|
||||||
if isinstance(node, ast.StringValue):
|
if isinstance(node, ast.StringValue):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user