Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORM:
Sealable.seal()
return self
instead of None
The `Sealable` mixin is used by the `ProcessNode` which allows it to be sealed. By having the `seal` method return `self`, which will be the `ProcessNode` instance, it brings the behavior on par with the `store` method.
- Loading branch information