mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-18 03:52:24 +03:00
try fix lint
This commit is contained in:
parent
57dde680d2
commit
25f155c4ba
|
@ -35,7 +35,6 @@ def test_schema_get_type():
|
|||
assert schema.get_type("MyOtherType") == MyOtherType
|
||||
|
||||
|
||||
|
||||
def test_schema_get_type_error():
|
||||
schema = Schema(Query)
|
||||
with raises(AttributeError) as exc_info:
|
||||
|
|
Loading…
Reference in New Issue
Block a user