Skip to content

Commit

Permalink
Set is_completed_async_iterator flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Aug 10, 2024
1 parent 2f3ed43 commit e1a72ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/execution/incremental_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ def __init__(
self.async_iterator = async_iterator
self.errors = []
self.children = {}
self.is_completed = False
self.is_completed_async_iterator = self.is_completed = False
self.items = None

def __repr__(self) -> str:
Expand Down

0 comments on commit e1a72ff

Please sign in to comment.