I'm trying to use a transaction where I have a return value but for some reason the transaction method return type is None. This seems odd since digging into the code I can see the transaction method returns the func_value or the exec_value depending on the value of the value_from_callable argument.
Is there any reason for this?
Thanks in advance.