Skip to content

Commit 7ac8785

Browse files
committed
reduce the diff
1 parent 4d903d7 commit 7ac8785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_csv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,6 @@ Reader_iternext(PyObject *op)
998998

999999
if (parse_reset(self) < 0)
10001000
return NULL;
1001-
10021001
do {
10031002
lineobj = PyIter_Next(self->input_iter);
10041003
if (lineobj == NULL) {

0 commit comments

Comments
 (0)