Skip to content

Commit 290be4f

Browse files
committed
fix: lint
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 parent bb5185d commit 290be4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_io/textio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,6 +2686,7 @@ _io_TextIOWrapper_seek_impl(textio *self, PyObject *cookieObj, int whence)
26862686
goto fail;
26872687
}
26882688
Py_XSETREF(self->snapshot, snapshot);
2689+
26892690
decoded = PyObject_CallMethodObjArgs(self->decoder, &_Py_ID(decode),
26902691
input_chunk, cookie.need_eof ? Py_True : Py_False, NULL);
26912692

0 commit comments

Comments
 (0)