Skip to content

Commit

Permalink
delete type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Linchin committed Sep 11, 2024
1 parent 83b1750 commit 1199f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def _chunkify(
snapshots = _q.get()

if snapshots:
last_document = snapshots[-1] # type: ignore
last_document = snapshots[-1]

num_returned += len(snapshots)

Expand Down

0 comments on commit 1199f79

Please sign in to comment.