diff --git a/python/src/ops.cpp b/python/src/ops.cpp index b13563773..19d637e42 100644 --- a/python/src/ops.cpp +++ b/python/src/ops.cpp @@ -2419,7 +2419,7 @@ void init_ops(py::module_& m) { }, "array"_a, py::pos_only(), - "repeats"_a , + "repeats"_a, "axis"_a = none, py::kw_only(), "stream"_a = none,