Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 165d367

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

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎google/cloud/firestore_v1/stream_generator.py‎

Copy file name to clipboardExpand all lines: google/cloud/firestore_v1/stream_generator.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.