-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[used-before-assignment] Fix FP for inner function return type #10275
Conversation
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #10275 +/- ##
=======================================
Coverage 95.86% 95.86%
=======================================
Files 175 175
Lines 19072 19074 +2
=======================================
+ Hits 18284 18286 +2
Misses 788 788
π New features to boost your workflow:
|
This comment has been minimized.
This comment has been minimized.
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.
LGTM, just a nit.
for more information, see https://pre-commit.ci
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit e93ec76 |
(cherry picked from commit 78666e4)
β¦ (#10285) (cherry picked from commit 78666e4) Co-authored-by: Jacob Walls <[email protected]>
Type of Changes
Description
Closes #9391