Skip to content

Commit 29b1047

Browse files
committed
flake8 fixes
1 parent dc57456 commit 29b1047

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/graphql/server_graphql.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ async def greeting(*args) -> Dict:
2121

2222

2323
async def get_message(*args) -> str:
24-
global stored_message
2524
return stored_message
2625

2726

tests/tools/fixtures_graphql.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ async def greeting(*args) -> Dict:
1616
}
1717

1818
async def get_message(*args) -> str:
19-
nonlocal stored_message
2019
return stored_message
2120

2221
async def set_message(root, _info, message) -> Dict:

0 commit comments

Comments
 (0)