Custom Pie Operator F6 (redo last) option dissapear

I’ve been created custom Pie operator. Some thing like this:

pie.operator(“class.my_operator”)

Inside this operator I use standard blender operator like this

bpy.ops.mesh.subdivide(smoothness = 1)

But after hitting Pie menu item there is no F6 (REDO LAST) menu, so I can’t tweak post parameters.
Any solution???