From 6d397fae1343c7a2d181f186d5924d53a57ecec1 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 6 Feb 2021 12:55:33 -0500 Subject: [PATCH] Fixed formatting. --- graphene_django/utils/testing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/graphene_django/utils/testing.py b/graphene_django/utils/testing.py index 051f6fe..bb55d42 100644 --- a/graphene_django/utils/testing.py +++ b/graphene_django/utils/testing.py @@ -147,4 +147,3 @@ class GraphQLTestCase(GraphQLTestMixin, TestCase): class GraphQLTransactionTestCase(GraphQLTestMixin, TransactionTestCase): pass -