Skip to content

Commit 7e2f677

Browse files
authored
Update Python/codecs.c
1 parent 6e35c8d commit 7e2f677

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/codecs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,6 @@ _PyCodec_SurrogatePassUnicodeEncodeError(PyObject *exc)
12161216
bail:
12171217
PyErr_SetObject(PyExceptionInstance_Class(exc), exc);
12181218
return NULL;
1219-
12201219
}
12211220

12221221

0 commit comments

Comments
 (0)