Skip to content

Commit

Permalink
remove extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-pb committed Jan 8, 2025
1 parent 4f33459 commit c3df6e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/_functoolsmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ partial_setstate(PyObject *self, PyObject *state)
"trailing Placeholders are not allowed");
return NULL;
}

/* Count placeholders */
Py_ssize_t phcount = 0;
for (Py_ssize_t i = 0; i < nargs - 1; i++) {
Expand Down

0 comments on commit c3df6e0

Please sign in to comment.