Skip to content

Commit e6c622e

Browse files
committed
fix: fix pre-commit error
1 parent 2df5acb commit e6c622e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/bytearrayobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ _bytearray_with_buffer(PyByteArrayObject *self, PyObject *sub,
110110
self->ob_exports--;
111111
assert(self->ob_exports >= 0);
112112
Py_END_CRITICAL_SECTION();
113-
114113
return res;
115114
}
116115

0 commit comments

Comments
 (0)