Back to Intellij Community

Description

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

2025.3-rc-2287 B
Original Source

Transforms from module_name import into import module_name and qualifies any names imported from that module by module name.
With the import module_name statement, you do not need to update any from module_name import statement to start using another item from the same module.