We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Given this file,
from foo import a, b # comment from foo import c as d from foo import e
the result of isort is
from foo import a, b # comment from foo import c as d from foo import e # comment