Closed ZeeUTao closed 4 years ago
restructure the files, import style as google style (https://google.github.io/styleguide/pyguide.html#typing-imports)
√
from doctor.who import jodie
X
import jodie
running successfully in qulab_1
restructure the files, import style as google style (https://google.github.io/styleguide/pyguide.html#typing-imports)
√
Reference flags in code with just the module name (common).
from doctor.who import jodie
X
Unclear what module the author wanted and what will be imported. The actual
import behavior depends on external factors controlling sys.path.
Which possible jodie module did the author intend to import?
import jodie