Remove unused import

This commit is contained in:
Tom Nightingale 2020-05-19 16:43:04 -07:00 committed by GitHub
parent 7ac0e82176
commit d96c032add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
import json import json
from django.test import Client, TestCase from django.test import TestCase
class GraphQLTestCase(TestCase): class GraphQLTestCase(TestCase):