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