[`isort`] Omit trailing whitespace in `unsorted-imports` (`I001`) (#15518)
## Summary
The fix range for sorting imports accounts for trailing whitespace, but
we should only show the trimmed range to the user when displaying the
diagnostic. So this PR changes the diagnostic range.
Closes #15504
## Test Plan
Reviewed snapshot changes