Closed yesl-kim closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.91%. Comparing base (
09476d7
) to head (eb8882d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR addresses the issue where multiple import type statements from the same module are not properly combined when the prefer-inline option is enabled. Specifically, the problem arises when importing types with separate import type statements, which should be consolidated into a single import statement with inline type specifiers.
Fixes #3016, fixes #2792.
Given the following code:
as-is:
to-be: