This PR removes the unnecessary assignment to page_info['entries'] on line 54 since there is another assignment for it in line 59.
I think a lint (#21096) would detect cases like this one.
This PR removes the unnecessary assignment to page_info['entries'] on line 54 since there is another assignment for it in line 59.
I think a lint (#21096) would detect cases like this one.
Code Review ACK c9095b738fd4257ae5bdbb2ae38d3e7f41f51b64 Nice find!
ACK c9095b738fd4257ae5bdbb2ae38d3e7f41f51b64