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
Don't log missing-module-attribute when module lookup errors with NoStubs or NoSource
Summary: If we fail to resolve `from x import y` due to `y` not being found, we should report `missing-module-attribute`. If `y` was found but we want to emit some other warning about missing source or stubs for it, we should not report `missing-module-attribute`.
Reviewed By: samwgoldman
Differential Revision: D85578780
fbshipit-source-id: 4f93e62c08c455491951affee4f7cb6681394016
0 commit comments