Skip to content

Commit

Permalink
Deploy release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tremeschin committed Aug 3, 2024
1 parent 4c7c534 commit 4e5a48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbopipe/_turbopipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static PyObject* turbopipe_close(
static void turbopipe_exit() {
turbopipe->close();
}
// line 225

static PyMethodDef TurboPipeMethods[] = {
{"pipe", (PyCFunction) turbopipe_pipe, METH_VARARGS, ""},
{"sync", (PyCFunction) turbopipe_sync, METH_NOARGS, ""},
Expand Down

0 comments on commit 4e5a48f

Please sign in to comment.