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
Do the scripts end with .py? If so, findimports /path/to/your/folder will work. If not, a shell one-liner might help, like find /path/to/folder -type f | xargs -r findimports
Yes, but my problem is that they are listed for each script separately.
What I would need is a list of imports that are done overall, not per script (kind like a dependency list)
I want to display all dependencies of scripts in one folder, including subfolders.
How can I display them, without having them listed per file?
The text was updated successfully, but these errors were encountered: