from module_name import
into import module_name
and qualifies any names imported from that module by module name.
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.