This intention replaces
import foo
with
from foo import ...
and drop qualifiers at references to names from
foo
.