diff --git a/tests_py36/test_objecttype.py b/tests_py36/test_objecttype.py index 8ec06435..091ca40f 100644 --- a/tests_py36/test_objecttype.py +++ b/tests_py36/test_objecttype.py @@ -15,5 +15,3 @@ def test_objecttype_meta_with_annotations(): schema = Schema(query=Query) assert schema is not None - -