Skip to content

Commit

Permalink
Delete argument
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaFaer committed Jul 31, 2019
1 parent 3fedc31 commit 50b5292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore/google/cloud/firestore_v1/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def collection_group(self, collection_id):
)

collection = self.collection(collection_id)
return query.Query(collection, all_descendants=True, is_group=True)
return query.Query(collection, all_descendants=True)

def document(self, *document_path):
"""Get a reference to a document in a collection.
Expand Down

0 comments on commit 50b5292

Please sign in to comment.