Commit 1cacdc7
Fix UnboundLocalError in test_numpy_results_paged
Initialize `count` variable before the for loop to prevent
UnboundLocalError when the loop doesn't execute. This follows
the same pattern already used in verify_iterator_data().
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e832273 commit 1cacdc7
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments