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
I would like to just import the shutil module in python so I can use it in an emit statement somewhere in my code. The problem is I can't seem to get the example from the documentation to work.
Description
I would like to just
import
theshutil
module in python so I can use it in anemit
statement somewhere in my code. The problem is I can't seem to get the example from the documentation to work.Repro code`
REPL
Best case would be if I could just write something like this
and get
but instead I don't get any import statement at all.
So I add a call to the import "function" (as seen in #3481).
Now I get the import statement, but unfortunately also the call which fails, as you can't call a module:
Related information
The text was updated successfully, but these errors were encountered: