Back to Intellij Community

Description

python/python-psi-impl/resources/intentionDescriptions/PyRelativeToAbsoluteImportIntention/description.html

2025.3-rc-2300 B
Original Source

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.