You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install -a option is great, looking at the import statements in code.py and automatically importing the necessary libraries. But my project splits up code into multiple .py libraries that import some libraries, and those don't seem to be scanned for imports.
The text was updated successfully, but these errors were encountered:
The
install -a
option is great, looking at the import statements incode.py
and automatically importing the necessary libraries. But my project splits up code into multiple.py
libraries that import some libraries, and those don't seem to be scanned for imports.The text was updated successfully, but these errors were encountered: