Back to Intellij Community

Description

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

2025.3-rc-2189 B
Original Source

Replaces absolute from import with a relative one.
Note that relative imports work only within the current source root. You cannot relatively import a package from another source root.