fix: corrected package name typo in MutableStep flow type hint#3183
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes an incorrect fully-qualified module path in the MutableStep.flow return type annotation, aligning the type hint with the actual metaflow.user_decorators package structure.
Changes:
- Corrected the
MutableStep.flowtype hint frommetaflow.user_decorator...tometaflow.user_decorators....
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Greptile SummaryCorrects a one-character typo in the forward-reference string used as the return type hint for
Confidence Score: 5/5Single-line string correction in a type hint with no runtime impact; safe to merge. The change touches only a forward-reference string used for static analysis. Runtime behavior is completely unaffected, and the corrected path matches the actual directory layout of the package. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "corrected package typo" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3183 +/- ##
=========================================
Coverage ? 28.29%
=========================================
Files ? 381
Lines ? 52343
Branches ? 9238
=========================================
Hits ? 14808
Misses ? 36597
Partials ? 938 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PR Type
Summary
This PR fixes a typo in the type hint for the
flowproperty in themutable_step.pyfile.