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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
When I do
from .module1 import
I see completions coming from the globalmodule1
rather than the relativemy_package.module1
.However, the correct module is imported, and later references get the correct one.
microsoft/PTVS#4359
The text was updated successfully, but these errors were encountered: