We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is quite common to type import x from y instead of from y import x. We can easily offer a better error message in this case.
import x from y
from y import x
Is quite common to type
import x from yinstead offrom y import x. We can easily offer a better error message in this case.