PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.53k stars 583 forks source link

Added a fix for normalizing imports from more than one level of parent modules (issue/2152) #2191

Closed bp72 closed 11 months ago

bp72 commented 1 year ago

Closes #2152

codecov[bot] commented 11 months ago

Codecov Report

Merging #2191 (a8fc20c) into main (9f7e0e5) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2191 +/- ## ======================================= Coverage 99.15% 99.15% ======================================= Files 39 39 Lines 3089 3090 +1 Branches 748 748 ======================================= + Hits 3063 3064 +1 Misses 15 15 Partials 11 11 ```
bp72 commented 11 months ago

@staticdev sorry, missed the comment :) It's renamed now.

staticdev commented 11 months ago

Thanks @bp72, LGTM.