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

[BUG] Support implicit imports from sub-packages. #27

Closed
hadialqattan opened this issue Oct 7, 2020 · 0 comments · Fixed by #37
Closed

[BUG] Support implicit imports from sub-packages. #27

hadialqattan opened this issue Oct 7, 2020 · 0 comments · Fixed by #37
Labels
bug Something isn't working changelog Changes should be written to the changelog file needs test Should be tested

Comments

@hadialqattan
Copy link
Owner

os should not be considered as unused:

import os.path
print(os.R_OK)

Hints:

  • related to has_used on utils/refactor.py.
  • import os.path should be refactored to import os (optional).
@hadialqattan hadialqattan added bug Something isn't working changelog Changes should be written to the changelog file needs test Should be tested labels Oct 7, 2020
@hadialqattan hadialqattan changed the title [BUG] Support Implicit Imports From Sub-Packages. [BUG] Support implicit imports from sub-packages. Oct 7, 2020
@hadialqattan hadialqattan added this to To do in Beta roadmap. Oct 7, 2020
@hadialqattan hadialqattan pinned this issue Oct 7, 2020
@hadialqattan hadialqattan unpinned this issue Oct 7, 2020
Beta roadmap. automation moved this from To do to Done Oct 14, 2020
@hadialqattan hadialqattan added this to To do in Bug Fixing via automation Aug 14, 2021
@hadialqattan hadialqattan moved this from To do to Done in Bug Fixing Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working changelog Changes should be written to the changelog file needs test Should be tested
Projects
Bug Fixing
  
Done
Beta roadmap.
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant