PYI026s autofix is broken. It addes TypeAlias annotations everywhere, but unconditionally imports from typing when it should import from typing_extensions if the target_version is less than py310. The bug appears to present when the PR was initially introduced in #5844
https://beta.ruff.rs/docs/rules/type-alias-without-annotation/