From 6acf40def4cae5acb4740e71bf7ffe9f8039da67 Mon Sep 17 00:00:00 2001 From: Eran Kampf Date: Fri, 31 May 2019 14:02:49 -0700 Subject: [PATCH] lint --- tests_py36/test_objecttype.py | 2 -- 1 file changed, 2 deletions(-) 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 - -