We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad738c commit 0786475Copy full SHA for 0786475
src/python/bindings.cpp
@@ -31,7 +31,7 @@ class Py_SyncActionNode : public SyncActionNode
31
}
32
};
33
34
-class Py_StatefulActionNode final : public StatefulActionNode
+class Py_StatefulActionNode : public StatefulActionNode
35
{
36
public:
37
Py_StatefulActionNode(const std::string& name, const NodeConfig& config) :
0 commit comments