Skip to content

Conversation

HemangChothani
Copy link
Contributor

Fixes #13

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 12, 2020
@HemangChothani
Copy link
Contributor Author

Just another alternative, the changes could be confined to the Transaction class:

@property def rolled_back(self): return self._rolled_back @rolled_back.setter def rolled_back(self, value): self._rolled_back = value 
Copy link
Contributor

@crwilcox crwilcox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change looks good to me. Will leave it to @larkee to approve.

Copy link
Contributor

@larkee larkee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for doing this! :)

@larkee larkee merged commit 974ee92 into googleapis:master Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

4 participants