mirror of
https://github.com/graphql-python/graphene.git
synced 2025-03-05 20:35:46 +03:00
more flake8 fixes
This commit is contained in:
parent
c076412ba5
commit
8ca7b855ac
|
@ -66,6 +66,7 @@ __all__ = [
|
||||||
"Date",
|
"Date",
|
||||||
"DateTime",
|
"DateTime",
|
||||||
"Time",
|
"Time",
|
||||||
|
"Decimal",
|
||||||
"JSONString",
|
"JSONString",
|
||||||
"UUID",
|
"UUID",
|
||||||
"List",
|
"List",
|
||||||
|
|
|
@ -40,4 +40,4 @@ def test_bad_decimal_query():
|
||||||
|
|
||||||
result = schema.execute("""{ decimal(input: "%s") }""" % not_a_decimal)
|
result = schema.execute("""{ decimal(input: "%s") }""" % not_a_decimal)
|
||||||
assert len(result.errors) == 1
|
assert len(result.errors) == 1
|
||||||
assert result.data == None
|
assert result.data is None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user