Skip to content

Commit 6abf1d8

Browse files
committed
fixup
1 parent 793196d commit 6abf1d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Objects/exceptions.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3232,7 +3232,6 @@ PyUnicodeTranslateError_GetStart(PyObject *self, Py_ssize_t *start)
32323232

32333233
// --- PyUnicodeEncodeObject: 'start' setters ---------------------------------
32343234

3235-
32363235
int
32373236
PyUnicodeEncodeError_SetStart(PyObject *self, Py_ssize_t start)
32383237
{
@@ -3299,7 +3298,6 @@ PyUnicodeTranslateError_GetEnd(PyObject *self, Py_ssize_t *end)
32993298

33003299
// --- PyUnicodeEncodeObject: 'end' setters -----------------------------------
33013300

3302-
33033301
int
33043302
PyUnicodeEncodeError_SetEnd(PyObject *self, Py_ssize_t end)
33053303
{

0 commit comments

Comments
 (0)