From 892ed4934aca98abeffe13a16c393c29ef6733fb Mon Sep 17 00:00:00 2001 From: AjmalPonneth Date: Wed, 23 Aug 2023 00:15:27 +0530 Subject: [PATCH] run black --- graphene/types/tests/test_context.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphene/types/tests/test_context.py b/graphene/types/tests/test_context.py index 97d6965a..87be2539 100644 --- a/graphene/types/tests/test_context.py +++ b/graphene/types/tests/test_context.py @@ -18,7 +18,6 @@ test_schema = Schema(query=Query) def test_context_with_kwargs(): - class Request: pass @@ -30,7 +29,6 @@ def test_context_with_kwargs(): def text_context_with_dict(): - class Request: pass