AnswerDotAI / AnswerDotAI/nbdev
Add option to expand wildcard imports
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 5.3k
- Forks
- 513
- Avg merge
- 2d 30m
- Merged PRs (30d)
- 8
Description
E.g
from foo import *
...would be optionally exported to:
from foo import a,b
...if `a` and `b` were used in that module.
There's something a bit similar here we could borrow ideas from: https://github.com/fake-name/autoflake/blob/master/autostar.py
Contributor guide
Assessment
This issue has not been assessed yet.