Skip to content

Commit

Permalink
Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed Mar 31, 2023
1 parent 8045504 commit ce28b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/base_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def select(self, field_paths: Iterable[str]) -> "BaseQuery":
"""
field_paths = list(field_paths)
for field_path in field_paths:
field_path_module.split_field_path(field_path) # raises
field_path_module.split_field_path(field_path)

new_projection = query.StructuredQuery.Projection(
fields=[
Expand Down

0 comments on commit ce28b92

Please sign in to comment.