mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 05:51:03 -05:00
I think we've never run into this case, since it's rare to import `*` from a module _and_ import some other member explicitly. But we were deviating from `isort` by placing the `*` after other members, rather than up-top. Closes #2318.