Commit 56c382f6 authored by Stefan Behnel's avatar Stefan Behnel

Remove accidentally duplicated code line.

parent 59b200d1
......@@ -1183,7 +1183,6 @@ __pyx_FusedFunction_getitem(__pyx_FusedFunctionObject *self, PyObject *idx)
}
signature = PyUnicode_Join(PYUNICODE("|"), list);
signature = PyUnicode_Join(PYUNICODE("|"), list);
__pyx_err:;
Py_DECREF(list);
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment