Skip to content

Commit 26c9a32

Browse files
committed
Remove empty line
1 parent 27da04d commit 26c9a32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/unionobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ static PyObject *
342342
union_getitem(PyObject *self, PyObject *item)
343343
{
344344
unionobject *alias = (unionobject *)self;
345-
346345
if (union_init_parameters(alias) < 0) {
347346
return NULL;
348347
}

0 commit comments

Comments
 (0)