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
Use type in start/execute activity/workflow to address Pyright Strict mode error (#1137)
* Add explict any instead of a type that resolves to Unknown in pryight with strict mode enabled
* Use explicit Any on start/execute Workflow
* Use 'type' rather than 'Any' to better maintain original intent while still solving the linting error
* Swap from 'Any' to 'type' where missed in previous commit
0 commit comments