Open tekumara opened 2 years ago
Hi, I'm a bot from the Ray team :)
To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months.
If there is no further activity in the 14 days, the issue will be closed!
You can always ask for help on our discussion forum or Ray's public slack channel.
ping
Thank for reporting this @tekumara . Since Ray Workflows is an experimental feature, I'm putting this as a P2 issue in our team's backlog. Meanwhile we also encourage the community to take a look and submit a fix
Maybe @suquark can take a look when you have time?
What happened + What you expected to happen
Given the types already exist on the function, the type stubs aren't needed and are incorrect.
eg:
The type stubs for list_all expect the
status_filter
parameter:but the function has a default arg of None and so the arg not needed:
Versions / Dependencies
1.12.0
Reproduction script
pyright errors with
Issue Severity
Low: It annoys or frustrates me.