Skip to content

Commit b3cd6da

Browse files
Update packages/google-cloud-firestore/google/cloud/firestore_v1/collection.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9677fd3 commit b3cd6da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-firestore/google/cloud/firestore_v1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def document(self, document_id: Union[str, None] = None) -> "DocumentReference":
149149
:class:~google.cloud.firestore_v1.document.DocumentReference:
150150
The child document.
151151
"""
152-
doc = super(CollectionReference, self).document(document_id)
152+
doc = super().document(document_id)
153153
return cast("DocumentReference", doc)
154154

155155
def list_documents(

0 commit comments

Comments
 (0)