Skip to content

[pyflakes] Fix missing import submodules#2

Open
gpilikin wants to merge 7 commits intomainfrom
fix/unimported_submodules
Open

[pyflakes] Fix missing import submodules#2
gpilikin wants to merge 7 commits intomainfrom
fix/unimported_submodules

Conversation

@gpilikin
Copy link
Owner

Summary

Mark as unresolved the use of Non-imported submodules.

import foo.bar
import foo.baz

fu = foo.ban.asd() # mark as undefined
...

Test Plan

cargo test

@gpilikin gpilikin self-assigned this Oct 28, 2024
@gpilikin gpilikin changed the title Fix/unimported submodules [pyflakes] Fix missing import submodules Oct 28, 2024
Fix error when importing modules without submodules.
Add attribute check for similar imports with submodule.
Mark as unresolved the use of Non-imported submodules.
@gpilikin gpilikin force-pushed the fix/unimported_submodules branch from 9a12569 to a83f389 Compare October 29, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant