Skip to content

Commit 4bb0add

Browse files
committed
Remove unnecessary line with type definition
1 parent 1d04e11 commit 4bb0add

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/graphql/execution/execute.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ def execute_field(
526526
# value as part of the resolve info.
527527
result = resolve_fn(source, info, **args)
528528

529-
completed: AwaitableOrValue[Any]
530529
if self.is_awaitable(result):
531530
# noinspection PyShadowingNames
532531
async def await_result() -> Any:

0 commit comments

Comments
 (0)