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
Hi @asavaritayal, I just filed a new issue similar to this one: #577. I have tried following a number of suggestions based on posts here and in the VSC issues list, to no avail, and I'm completely stuck. If you can help me, I'd be hugely grateful!
Hi,
My issue is if I want to import a function say function1 in module1 of SharedCode, but for me the SharedCode is inside the API folder, like below
The various functions I want to run are in module1 and module2
Usually I'd have done
from ShareCode.module1 import function1
That does not work.
from .ShareCode.module1 import function1
also gives module not found error, shown belowCan anyone help
The text was updated successfully, but these errors were encountered: