Open anapaulagomes opened 5 years ago
to_module should be as precise as possible. It should allow us to identify the file that we're importing.
to_module
from os import path
Expected to_module:
os.path
Current to_module:
os
Description
to_module
should be as precise as possible. It should allow us to identify the file that we're importing.Example
Expected
to_module
:Current
to_module
: