From 4fe49793729b61fc21eddbcf75dcf67149d002be Mon Sep 17 00:00:00 2001 From: Eran Kampf Date: Fri, 31 May 2019 14:09:08 -0700 Subject: [PATCH] Unused import --- 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 091ca40f..e4530469 100644 --- a/tests_py36/test_objecttype.py +++ b/tests_py36/test_objecttype.py @@ -1,5 +1,3 @@ -import pytest - from graphene import Schema, ObjectType, String