Skip to content
Snippets Groups Projects
Commit 1c7872c6 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Remove py::arg from GenericOperator ctor.

parent 1843f7db
No related branches found
No related tags found
2 merge requests!105version 0.2.0,!73Quality of life
...@@ -51,7 +51,6 @@ void init_GenericOperator(py::module& m) { ...@@ -51,7 +51,6 @@ void init_GenericOperator(py::module& m) {
} }
} }
return genericNode; return genericNode;
} });
, py::arg("type"), py::arg("nb_data"), py::arg("nb_param"), py::arg("nb_out"), py::arg("name") = "");
} }
} // namespace Aidge } // namespace Aidge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment