This intention replaces relative from
import with an absolute one.
Note that relative imports work only within the current source root. You cannot relatively
import a package from another source root. So, absolute imports are preferred
if the current location of the import statement may change.