From d96c032add1c62f88597e5ff678af885eb160b44 Mon Sep 17 00:00:00 2001 From: Tom Nightingale Date: Tue, 19 May 2020 16:43:04 -0700 Subject: [PATCH] Remove unused import --- graphene_django/utils/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene_django/utils/testing.py b/graphene_django/utils/testing.py index 182ef1b..ac89ebf 100644 --- a/graphene_django/utils/testing.py +++ b/graphene_django/utils/testing.py @@ -1,6 +1,6 @@ import json -from django.test import Client, TestCase +from django.test import TestCase class GraphQLTestCase(TestCase):