Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
arnimarj committed Jun 16, 2024
1 parent 4e66376 commit ec92c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/pointless_vector.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ static PyMemberDef PyPointlessVector_memberlist[] = {
static PyMethodDef PyPointlessVector_methods[] = {
{"max", (PyCFunction)PyPointlessVector_max, METH_NOARGS, ""},
{"min", (PyCFunction)PyPointlessVector_min, METH_NOARGS, ""},
{"range", (PyCFunction)PyPointlessVector_range, METH_NOARGS, ""},
{"bisect_left", (PyCFunction)PyPointlessVector_bisect_left, METH_VARARGS, ""},
{"__reversed__", (PyCFunction)PyPointlessVector_rev_iter, METH_NOARGS, ""},
{"__sizeof__", (PyCFunction)PyPointlessVector_sizeof, METH_NOARGS, ""},
Expand Down

0 comments on commit ec92c09

Please sign in to comment.