Files
Semyon Proshevandintellij-monorepo-bot cb8716794e Update python intentions' descriptions (PY-48274)
GitOrigin-RevId: 2bd596ec3f37c94303661b2aa416970aafc03ab6
2021-04-30 11:55:25 +00:00

15 lines
365 B
HTML

<html>
<body>
<span>
Replaces <code>import module_name</code> with
<code>from module_name import</code>
and drop qualifiers at references to names from <code>module_name</code>.
</span>
<br/>
<span>
Using <code>from module_name import</code> ensures better control over which
items of a <code>module_name</code> can be accessed.
</span>
</body>
</html>