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
It seems to just import from where it's defined... I actually recommend asking in https://github.com/microsoft/pyright since we don't implement pyright itself.
My django project structure is something like that:
In
models/__init__.py
there are imports:Same way for api package.
The problem
I need that LSP pyright suggests me imports from inits, for example:
instead of
My
.sublime-project
file contains these settings:Is it possible? Thank you!
The text was updated successfully, but these errors were encountered: