mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 19:13:57 +03:00
run black
This commit is contained in:
parent
fcce1a30e5
commit
892ed4934a
|
@ -18,7 +18,6 @@ test_schema = Schema(query=Query)
|
||||||
|
|
||||||
|
|
||||||
def test_context_with_kwargs():
|
def test_context_with_kwargs():
|
||||||
|
|
||||||
class Request:
|
class Request:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@ -30,7 +29,6 @@ def test_context_with_kwargs():
|
||||||
|
|
||||||
|
|
||||||
def text_context_with_dict():
|
def text_context_with_dict():
|
||||||
|
|
||||||
class Request:
|
class Request:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user