Add an option to support Google style guides for auto imports #4897
StellaHuang95
started this conversation in
Enhancement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The ask comes from #4866 (comment)
The guideline lists all different cases, but the point is to use import statements for packages and modules only, not for individual classes or functions. In other words, never reference non module symbols directly. See this link for more details.
Beta Was this translation helpful? Give feedback.
All reactions