chore(isolated-declarations): remove dead branch#17131
chore(isolated-declarations): remove dead branch#17131graphite-app[bot] merged 1 commit intomainfrom
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
There was a problem hiding this comment.
Pull request overview
This PR removes a dead code branch from the infer_type_from_formal_parameter function. The removed code was checking if a formal parameter's pattern had a type annotation, but it never returned the result of that check, making it unreachable and ineffective.
Key Changes:
- Removed 7 lines of dead code that checked
param.pattern.type_annotationbut never used the result
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CodSpeed Performance ReportMerging #17131 will not alter performanceComparing Summary
Footnotes
|
73d2946 to
42b8328
Compare

No description provided.