We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee827e commit c4c8398Copy full SHA for c4c8398
1 file changed
packages/google-cloud-firestore/google/cloud/firestore_v1/pipeline_stages.py
@@ -346,7 +346,7 @@ def _pb_args(self):
346
class Literals(Stage):
347
"""Returns documents from a fixed set of predefined document objects."""
348
349
- def __init__(self, *documents: Mapping[str, Expression | CONSTANT_TYPE]):
+ def __init__(self, *documents: dict[str, Expression | CONSTANT_TYPE]):
350
super().__init__("literals")
351
self.documents: tuple[Mapping[str, Any], ...] = documents
352
0 commit comments