You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Fixes#8750. `import __main__` is now considered a first-party import,
and is grouped accordingly by the linter and formatter.
## Test Plan
Added a test based off code supplied in the linked issue.
formatting the four imports results in the above order instead of
https://play.ruff.rs/e1e21a3a-5567-4c46-9f6d-5ef508551206
The text was updated successfully, but these errors were encountered: