diff --git a/python/src/main.cpp b/python/src/main.cpp index c851a2e43..a20120d4f 100644 --- a/python/src/main.cpp +++ b/python/src/main.cpp @@ -136,7 +136,7 @@ PYBIND11_MODULE(kp, m) { .def(py::init()) .def(py::init()) .def(py::init&,const std::vector&>()) - .def("sequence", &kp::Manager::sequence, py::arg("queueIndex") = 0, py::arg("desired_extensions") = std::vector()) + .def("sequence", &kp::Manager::sequence, py::arg("queueIndex") = 0) .def("tensor", [np](kp::Manager& self, const py::array_t data, kp::Tensor::TensorTypes tensor_type) {