Skip to content

Group plain imports - #2612

Draft
DanielNoord wants to merge 4 commits into
PyCQA:mainfrom
DanielNoord:fix/fss-mixed-from-import-separation
Draft

Group plain imports#2612
DanielNoord wants to merge 4 commits into
PyCQA:mainfrom
DanielNoord:fix/fss-mixed-from-import-separation

Conversation

@DanielNoord

Copy link
Copy Markdown
Member

Closes #2455

I'm not very happy with the code, that might need another pass.
This does seem to pass the test cases as discussed in the linked issue.

@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.00000% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.18%. Comparing base (c7b625f) to head (6ffce05).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2612      +/-   ##
==========================================
- Coverage   99.43%   99.18%   -0.25%     
==========================================
  Files          41       41              
  Lines        3168     3204      +36     
  Branches      686      703      +17     
==========================================
+ Hits         3150     3178      +28     
- Misses         11       14       +3     
- Partials        7       12       +5     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--fss may lead to incorrect import separation for mixed multi-line and alias imports

1 participant