Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix relative import detection #37

Open
ericdill opened this issue May 22, 2020 · 0 comments
Open

Fix relative import detection #37

ericdill opened this issue May 22, 2020 · 0 comments

Comments

@ericdill
Copy link
Owner

Right now depfinder uses "from . import foo" to determine if it's a relative import. I would like to think that there's a way for us to also detect "from this_library import foo" as being part of "this_library" so that the library name doesn't get added in to the required depdencies

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

No branches or pull requests

1 participant