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.
Is there any reason for this?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi @santiac89 , ithe method doesn't return None, it seems that the return type hint is not correct - thanks for notifying us.
We even have tests validating different values returned by the transaction method.
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 thefunc_value
or theexec_value
depending on the value of thevalue_from_callable
argument.Is there any reason for this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: