Commit 4331c5b
committed
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().1 parent bd70891 commit 4331c5b
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