Temporal Affiliation
* [ ] I am a Temporal employee
Page URL
https://docs.temporal.io/develop/python/best-practices/python-sdk-sandbox#passthrough-modules
Content Issue
In the callout regarding passthrough modules, it states:
This is because passing through a module means that it will be used multiple times in a workflow without being reloaded, so any side effects it has will be repeated.
Overall, I believe it meant to say the passthrough module will be imported only once and therefore any side effects it has will *not* be repeated.
Temporal Affiliation
* [ ] I am a Temporal employee
Page URL
https://docs.temporal.io/develop/python/best-practices/python-sdk-sandbox#passthrough-modules
Content Issue
In the callout regarding passthrough modules, it states:
Overall, I believe it meant to say the passthrough module will be imported only once and therefore any side effects it has will *not* be repeated.