Skip to content

Commit 165d367

Browse files
fix: stream generator type (#1148)
Fixes #1080 🦕
1 parent 9b03049 commit 165d367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/firestore_v1/stream_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(
5050
self._explain_options = explain_options
5151
self._explain_metrics = None
5252

53-
def __iter__(self) -> StreamGenerator:
53+
def __iter__(self) -> StreamGenerator[T]:
5454
return self
5555

5656
def __next__(self) -> T:

0 commit comments

Comments
 (0)