try fix lint

This commit is contained in:
allen-munsch 2022-10-24 09:31:09 -05:00
parent 57dde680d2
commit 25f155c4ba
No known key found for this signature in database
GPG Key ID: 0C977048B8BDD447

View File

@ -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: