We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure that my type checking returns minimal errors when using temporal execute_activity
Type checking with Pyright strict returns partiallyUnknown error when using Temporal execute_activity I believe because the line here
sdk-python/temporalio/workflow.py
Line 2185 in 49ca10e
Adding an explicit Any allows Pyright to properly parse the block
Look at any execute_activity call in the samples repo with Pyright strict enabled in VSCode
The text was updated successfully, but these errors were encountered:
Happy to open the PR for this if it's safe to add the explicit Any there
Sorry, something went wrong.
Thanks @mattbrandman. Yes, PR welcome!
No branches or pull requests
What are you really trying to do?
Ensure that my type checking returns minimal errors when using temporal execute_activity
Describe the bug
Type checking with Pyright strict returns partiallyUnknown error when using Temporal execute_activity I believe because the line here
sdk-python/temporalio/workflow.py
Line 2185 in 49ca10e
Adding an explicit Any allows Pyright to properly parse the block
Minimal Reproduction
Look at any execute_activity call in the samples repo with Pyright strict enabled in VSCode
Environment/Versions
Additional context
The text was updated successfully, but these errors were encountered: