Skip to content

style: explicit from-import instead of import-as#52592

Open
haampie wants to merge 1 commit into
developfrom
hs/fix/even-more-style-nits
Open

style: explicit from-import instead of import-as#52592
haampie wants to merge 1 commit into
developfrom
hs/fix/even-more-style-nits

Conversation

@haampie

@haampie haampie commented Jun 22, 2026

Copy link
Copy Markdown
Member

Apply ruff PLR0402 across non-vendored files: rewrite import a.b as b as
from a import b.

Apply ruff PLR0402 across non-vendored files: rewrite
`import a.b as b` as `from a import b`.

Signed-off-by: Harmen Stoppels <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant