Skip to content

Commit

Permalink
Linter still not happy
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Aug 27, 2024
1 parent 66a2aa7 commit a744fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/api/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def cursor_at_current(self) -> ndb.Cursor | None:
"""
if self.input_cursor.query_number == self.query_counter:
return self.input_cursor.ndb_cursor

return None

def save_cursor_at_page_break(self, it: ndb.QueryIterator):
Expand Down

0 comments on commit a744fde

Please sign in to comment.