Back to Intellij Community

Description

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

2025.3-rc-2234 B
Original Source

Replaces import module_name with from module_name import and drop qualifiers at references to names from module_name.
Using from module_name import ensures better control over which items of a module_name can be accessed.