Skip to content

Commit c4c8398

Browse files
committed
mypy
1 parent eee827e commit c4c8398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-firestore/google/cloud/firestore_v1/pipeline_stages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def _pb_args(self):
346346
class Literals(Stage):
347347
"""Returns documents from a fixed set of predefined document objects."""
348348

349-
def __init__(self, *documents: Mapping[str, Expression | CONSTANT_TYPE]):
349+
def __init__(self, *documents: dict[str, Expression | CONSTANT_TYPE]):
350350
super().__init__("literals")
351351
self.documents: tuple[Mapping[str, Any], ...] = documents
352352

0 commit comments

Comments
 (0)