diff --git a/python_binding/operator/pybind_GenericOperator.cpp b/python_binding/operator/pybind_GenericOperator.cpp
index 2b146c768003fa825b2cf6cacf88c6767c567a66..ad724f3d30da63b3f92e611f2d2a17e0584d44eb 100644
--- a/python_binding/operator/pybind_GenericOperator.cpp
+++ b/python_binding/operator/pybind_GenericOperator.cpp
@@ -51,7 +51,6 @@ void init_GenericOperator(py::module& m) {
                 }
             }
             return genericNode;
-        }
-    , py::arg("type"), py::arg("nb_data"), py::arg("nb_param"), py::arg("nb_out"), py::arg("name") = "");
+        });
 }
 }  // namespace Aidge