-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
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
Fix type hint #2118
base: master
Are you sure you want to change the base?
Fix type hint #2118
Conversation
Signed-off-by: Kevin Su <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2118 +/- ##
==========================================
+ Coverage 85.26% 85.78% +0.52%
==========================================
Files 290 313 +23
Lines 22334 23512 +1178
Branches 3512 3515 +3
==========================================
+ Hits 19042 20169 +1127
- Misses 2684 2734 +50
- Partials 608 609 +1 ☔ View full report in Codecov by Sentry. |
What was the error you were seeing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shouldn't do this. This effectively removes typing information from tasks.
is there any way to fix it? current typing information is wrong. |
Seems like it got its return type from flytekit/flytekit/core/promise.py Lines 1132 to 1134 in cba830e
also there is a It seems like you have another workflow called |
Tracking issue
Before:

After:

Why are the changes needed?
What changes were proposed in this pull request?
Get warning in IDE
Update type hint.