You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.