Closed lethe3000 closed 11 months ago
Assuming the workflow properly doesn't have any parameters, I wonder if Pycharm is the problem here and not Temporal. Can you confirm this same issue happens with other type checkers like MyPy and Pyright/vscode?
Assuming the workflow properly doesn't have any parameters, I wonder if Pycharm is the problem here and not Temporal. Can you confirm this same issue happens with other type checkers like MyPy and Pyright/vscode?
I tested my code with pyright, no issues reported, it should be a Pycharm issue.
:+1: Closing issue. May be worth opening an issue there. We test with MyPy in our CI, but we don't have one for a specific IDE.
What are you really trying to do?
Execute a workflow using python sdk: client.execute_workflow
Describe the bug
I followed tutorial: Build a data pipeline Workflow with Temporal and Python with code
but got lint warnings as below:
Minimal Reproduction
Environment/Versions